Remove old commands
is there a way to clear cached old commands? none of this commands are working rn,
i was testing sapphire framework with these dummy commands but they are still there
Solution:Jump to solution
Hm I should make a better dedicated page for it but for now see https://www.sapphirejs.dev/docs/Guide/commands/application-commands/application-command-registry/advanced/setting-global-behavior-when-not-identical
Where is says LogToConsole change it to BulkOverwrite https://www.sapphirejs.dev/docs/Documentation/api-framework/enums/RegisterBehavior#bulkoverwrite...
Sapphire Framework
Configuring the global behavior when commands are not identical | S...
Configuring the global behavior is easy! You just need to import the
9 Replies
use the DiscordJS application command manager or use https://slash-commands-gui.androz2091.fr
Slash Commands GUI
Graphical User Interface to explore and edit your bot's slash commands!
thanks but is this website isn't working?
i pasted my token and app id it says invalid
it doesnt ask for a token, it asks for the client secret
ah
i see i see
i mis read
what if i just loop every command on ready and delete then recreate with sapphire
instead of using this kind website
or command
you could do that
or just use bulk overwrite as option and they'll be gone too
any docs about that
Solution
Hm I should make a better dedicated page for it but for now see https://www.sapphirejs.dev/docs/Guide/commands/application-commands/application-command-registry/advanced/setting-global-behavior-when-not-identical
Where is says LogToConsole change it to BulkOverwrite https://www.sapphirejs.dev/docs/Documentation/api-framework/enums/RegisterBehavior#bulkoverwrite
Sapphire Framework
Configuring the global behavior when commands are not identical | S...
Configuring the global behavior is easy! You just need to import the