Cannot access localizations
I implemented the help command as follows, but I am having trouble getting Japanese from localizations
Does anyone know the correct way to do this?
[example command]
Thanks for your help.
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPIn fact, it is displayed as shown in the image, and since the title, description, and footer are displayed in Japanese, it can be confirmed that isJapanese is true.
:property: ApplicationCommand#descriptionLocalizations
@14.16.2
The description localizations for this commandI did the following and the descriptionLocalizations was null. fetching but not accessible?
Add withLocalizations: true option
I didn't realize the additional options existed.
Thank you for telling me, it worked fine :MinoriLove: