Commands not refreshing after being correctly deployed
Good evening. I'm developing a discord.js bot using typescript. I am having trouble using my deployed commands.
To clarify, my bot integration successfully have the commands that I want to deploy but they are not visible within the channel I'm testing on.
Here's my
I find out that re-inviting the bot fixed the problem but I don't think this is a normal behaviour, since a public bot should have its command refreshed automatically in any server it's in, right ?
Thanks for your help
To clarify, my bot integration successfully have the commands that I want to deploy but they are not visible within the channel I'm testing on.
Here's my
Commands.ts file to register the command and deploy them (public)I find out that re-inviting the bot fixed the problem but I don't think this is a normal behaviour, since a public bot should have its command refreshed automatically in any server it's in, right ?
Thanks for your help