mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
remove incorrect command aliases
This commit is contained in:
parent
8992cf8a3f
commit
7179e2dd1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue