remove incorrect command aliases
This commit is contained in:
parent
8992cf8a3f
commit
7179e2dd1b
@ -186,7 +186,7 @@ namespace PluralKit.Bot
|
|||||||
else if (ctx.Match("commands"))
|
else if (ctx.Match("commands"))
|
||||||
return PrintCommandList(ctx, "channel blacklisting", BlacklistCommands);
|
return PrintCommandList(ctx, "channel blacklisting", BlacklistCommands);
|
||||||
else return PrintCommandExpectedError(ctx, 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));
|
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("invite")) return ctx.Execute<Misc>(Invite, m => m.Invite(ctx));
|
||||||
if (ctx.Match("mn")) return ctx.Execute<Fun>(null, m => m.Mn(ctx));
|
if (ctx.Match("mn")) return ctx.Execute<Fun>(null, m => m.Mn(ctx));
|
||||||
|
Loading…
Reference in New Issue
Block a user