mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +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);
|
return HandleGroupCommand(ctx);
|
||||||
if (ctx.Match("switch", "sw"))
|
if (ctx.Match("switch", "sw"))
|
||||||
return HandleSwitchCommand(ctx);
|
return HandleSwitchCommand(ctx);
|
||||||
if (ctx.Match("commands"))
|
if (ctx.Match("commands", "cmd", "c"))
|
||||||
return CommandHelpRoot(ctx);
|
return CommandHelpRoot(ctx);
|
||||||
if (ctx.Match("ap", "autoproxy", "auto"))
|
if (ctx.Match("ap", "autoproxy", "auto"))
|
||||||
return ctx.Execute<Autoproxy>(Autoproxy, m => m.AutoproxyRoot(ctx));
|
return ctx.Execute<Autoproxy>(Autoproxy, m => m.AutoproxyRoot(ctx));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue