fix edit message no-space flag

This commit is contained in:
dusk 2025-11-23 16:06:26 +00:00
parent e9933c36ce
commit 6aed93ba21
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View file

@ -13,7 +13,7 @@ pub fn cmds() -> impl Iterator<Item = Command> {
cmd.flag(("append", ["a"]))
.flag(("prepend", ["p"]))
.flag(("regex", ["r"]))
.flag(("mutate-space", ["ms"]))
.flag(("no-space", ["nospace", "ns"]))
.flag(("clear-embeds", ["ce"]))
.flag(("clear-attachments", ["ca"]))
.help("Edits a proxied message")