Add autoproxy commands in pk;commands

This commit is contained in:
spiral 2020-11-22 09:47:19 -05:00
parent edb92168ea
commit db80b10ec5
No known key found for this signature in database
GPG Key ID: 00C26F208D3FCCAB

View File

@ -453,7 +453,10 @@ namespace PluralKit.Bot
case "bl": case "bl":
await PrintCommandList(ctx, "channel blacklisting", BlacklistCommands); await PrintCommandList(ctx, "channel blacklisting", BlacklistCommands);
break; break;
// case "autoproxy": (add this when #232 is merged) case "autoproxy":
case "ap":
await PrintCommandList(ctx, "autoproxy", AutoproxyCommands);
break;
// todo: are there any commands that still need to be added? // todo: are there any commands that still need to be added?
default: default:
await ctx.Reply("For the full list of commands, see the website: <https://pluralkit.me/commands>"); await ctx.Reply("For the full list of commands, see the website: <https://pluralkit.me/commands>");