mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix servertag show command, add stag and deer as aliases
This commit is contained in:
parent
e1c61d6272
commit
0a3b15eb45
1 changed files with 2 additions and 2 deletions
|
|
@ -121,9 +121,9 @@ pub fn edit() -> impl Iterator<Item = Command> {
|
||||||
.help("Changes your system's tag"),
|
.help("Changes your system's tag"),
|
||||||
];
|
];
|
||||||
|
|
||||||
let servertag = ("servertag", ["st", "guildtag"]);
|
let servertag = ("servertag", ["st", "guildtag", "stag", "deer"]);
|
||||||
let system_server_tag_cmd = once(
|
let system_server_tag_cmd = once(
|
||||||
command!(system, Optional(SystemRef) => "system_show_server_tag")
|
command!(system, Optional(SystemRef), servertag => "system_show_server_tag")
|
||||||
.help("Shows the system's server tag"),
|
.help("Shows the system's server tag"),
|
||||||
);
|
);
|
||||||
let system_server_tag_self = tokens!(system, servertag);
|
let system_server_tag_self = tokens!(system, servertag);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue