The application was recently updated to use the ApplicationCommandBulkOverwrite function to register commands. I'm not 100% sure that command removes commands if any were removed, that needs to be verified and if is the case, there needs to be an (async) step to to an ApplicationCommandDelete on each of them.
The application was recently updated to use the [ApplicationCommandBulkOverwrite][1] function to register commands. I'm not 100% sure that command removes commands if any were removed, that needs to be verified and if is the case, there needs to be an (async) step to to an [ApplicationCommandDelete][2] on each of them.
[1]: https://pkg.go.dev/github.com/bwmarrin/discordgo#Session.ApplicationCommandBulkOverwrite
[2]: https://pkg.go.dev/github.com/bwmarrin/discordgo#Session.ApplicationCommandDelete
The application was recently updated to use the ApplicationCommandBulkOverwrite function to register commands. I'm not 100% sure that command removes commands if any were removed, that needs to be verified and if is the case, there needs to be an (async) step to to an ApplicationCommandDelete on each of them.
After #13