You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of a command of an application is unique, but only in its type.
99
-
Make sure that **you** have command's id and not it's name.
98
+
Global commands can be automatically deleted if you just delete the file or set `ignore: true` and run the `deployCommands` function again.
99
+
100
+
Guild commands on the other hand need to be deleted manually.
101
+
102
+
The name of a command of an application is unique, but only in its type. Command ids are unique.
103
+
Make sure that you have command's id and not it's name.
104
+
105
+
You can get the command id by either typing in the command and then right click the description above or by giong into the guild settings > Integrations > YOUR_BOT > right mouse click on the command > **Copy Command ID**
100
106
101
107
In this example we are building a manager-command that has StringOptions for the command and the guild id where one can paste in the ID or the name.
0 commit comments