Add aliases for pk;commands
This commit is contained in:
		| @@ -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)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user