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.
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.