Slash commands localization
How does localization work in slash commands? I specified everything correctly, chose the language on the server for which I did the localization and it does not work.
3 Replies
• 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.The localization takes from the client's language, not the server preferred locale
Thanks