Skip to content

Commit 9ccc486

Browse files
committed
Make delete-tag a slash command
There was no reason it shouldn't be.
1 parent b67d6f2 commit 9ccc486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot/src/bot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ async fn set_tag(
601601
/// Syntax: `?delete-tag <tag name>`
602602
#[poise::command(
603603
prefix_command,
604+
slash_command,
604605
rename = "delete-tag",
605606
// It doesn't undo deletion, so it's not exactly a purely edit-tracked system, but users still expect this type of behavior.
606607
invoke_on_edit,

0 commit comments

Comments
 (0)