mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add more aliases to autoproxy off
This commit is contained in:
parent
9f523b3c5f
commit
a2930acbad
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
ctx.CheckSystem().CheckGuildContext();
|
||||
|
||||
if (ctx.Match("off", "stop", "cancel", "no"))
|
||||
if (ctx.Match("off", "stop", "cancel", "no", "disable", "remove"))
|
||||
await AutoproxyOff(ctx);
|
||||
else if (ctx.Match("latch", "last", "proxy", "stick", "sticky"))
|
||||
await AutoproxyLatch(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue