#Slash commands being registered twice
1 messages · Page 1 of 1 (latest)
Its not rewriting slash commands when i close the bot
it creates dulicates every time
looks like discord problem I don't think they should show twice: adding a command with the same name should override it
please correct me if im wrong tho
Does your client have this flag
Client(..., delete_unused_application_commands=True)`
If not the client won't attempt to clean other scopes of commands
not delete_unused_application_commands but delete_unused_application_cmds
why was this thread necroposted