You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
When registering the commands, the command handler won't delete a command if the command file was deleted, it will leave the command in the application because it was not marked as deleted, but the entire file was deleted. I think it could be fixed with a check if the ApplicationCommands all exist locally, and if one doesn't it should get deleted.