#Remove previously created slash commands

1 messages · Page 1 of 1 (latest)

lost laurel
#

I used another lib to write a first version of the bot, but now I switched to interactions.py and would like to clean up all old and unused commands.
Currently, my code uses two commands, but the bot is showing at least 5.
Is there any way to tell interactions.py to remove every slash command at once ?

patent harnessBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

delicate lion
#

launch your bot with delete_unused_application_cmds=True

lost laurel
#

That's exactly what I missed, thank you