#Discord.js Guide
8 messages · Page 1 of 1 (latest)
You will need to deploy your commands when you create new ones, or edit the data part that gets sent to Discord
Editing the execute function does not need to be redeployed
Thanks. Also, there are time that when I add a new command like the user and server command that they don't appear on the list of the slash commands right away. So, will I need to refresh discord every time?
Yep whenever you add or update a command you will need to refresh
by update i mean the command structure not the actual execution of it
thanks much!