remove incorrect command aliases

This commit is contained in:
spiral 2021-07-14 20:50:06 -04:00
parent 8992cf8a3f
commit 7179e2dd1b
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -186,7 +186,7 @@ namespace PluralKit.Bot
else if (ctx.Match("commands"))
return PrintCommandList(ctx, "channel blacklisting", BlacklistCommands);
else return PrintCommandExpectedError(ctx, BlacklistCommands);
if (ctx.Match("proxy", "enable", "disable"))
if (ctx.Match("proxy"))
return ctx.Execute<SystemEdit>(SystemProxy, m => m.SystemProxy(ctx));
if (ctx.Match("invite")) return ctx.Execute<Misc>(Invite, m => m.Invite(ctx));
if (ctx.Match("mn")) return ctx.Execute<Fun>(null, m => m.Mn(ctx));