mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 06:17:55 +00:00
Add aliases for pk;commands
This commit is contained in:
parent
01cedaab53
commit
4991d06821
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ namespace PluralKit.Bot
|
|||
return HandleGroupCommand(ctx);
|
||||
if (ctx.Match("switch", "sw"))
|
||||
return HandleSwitchCommand(ctx);
|
||||
if (ctx.Match("commands"))
|
||||
if (ctx.Match("commands", "cmd", "c"))
|
||||
return CommandHelpRoot(ctx);
|
||||
if (ctx.Match("ap", "autoproxy", "auto"))
|
||||
return ctx.Execute<Autoproxy>(Autoproxy, m => m.AutoproxyRoot(ctx));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue