Remove application commands
How can I remove application commands? I don't see them in the chat with / but I still see them in integrations.
6 Replies
Set your RegisterOption to BulkOverwrite, this will automatically update / delete your interaction commands accordingly to your source code.
Here?
No, I do it within my Client#login method when configuring the sapphire client
I think you can do it with the builder as well or something similar, but it's more convenient to just do it by default
Thanks!