Command localizations

When I log a slash command in a certain guild, it says there are no description localizations, but I have enabled those. What's wrong?
guild.commands.fetch().then(commands => {
for(const command of commands){
console.log(command)
}
}
guild.commands.fetch().then(commands => {
for(const command of commands){
console.log(command)
}
}
descriptionLocalizations: null,
descriptionLocalized: null,
descriptionLocalizations: null,
descriptionLocalized: null,
1 Reply
d.js toolkit
d.js toolkit15mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.