diff --git a/bot/src/bot.rs b/bot/src/bot.rs index 8378198..187ef12 100644 --- a/bot/src/bot.rs +++ b/bot/src/bot.rs @@ -601,6 +601,7 @@ async fn set_tag( /// Syntax: `?delete-tag ` #[poise::command( prefix_command, + slash_command, rename = "delete-tag", // It doesn't undo deletion, so it's not exactly a purely edit-tracked system, but users still expect this type of behavior. invoke_on_edit,