mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
add g alias for member_groups
This commit is contained in:
parent
c5ce6fb6c0
commit
aec01d6245
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ pub fn cmds() -> impl Iterator<Item = Command> {
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
let member_group = tokens!(member_target, ("groups", ["group"]));
|
let member_group = tokens!(member_target, ("groups", ["group", "g"]));
|
||||||
let member_list_group_cmds = once(
|
let member_list_group_cmds = once(
|
||||||
command!(member_group, Optional(Remainder(("query", OpaqueString))) => "member_groups"),
|
command!(member_group, Optional(Remainder(("query", OpaqueString))) => "member_groups"),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue