mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
fix edit message no-space flag
This commit is contained in:
parent
e9933c36ce
commit
6aed93ba21
3 changed files with 7 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue