i18n only translate command description
How would I hardcode the command name but localise the description?
Just using
applyLocalizedBuilder(builder, 'mycommand', 'commands/mycommand:description')?
or setting the name afterwards with .setName('mycommand')2 Replies