Add aliases for pk;commands
This commit is contained in:
parent
01cedaab53
commit
4991d06821
@ -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…
Reference in New Issue
Block a user