mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add autoproxy commands in pk;commands
This commit is contained in:
parent
edb92168ea
commit
db80b10ec5
1 changed files with 4 additions and 1 deletions
|
|
@ -453,7 +453,10 @@ namespace PluralKit.Bot
|
|||
case "bl":
|
||||
await PrintCommandList(ctx, "channel blacklisting", BlacklistCommands);
|
||||
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?
|
||||
default:
|
||||
await ctx.Reply("For the full list of commands, see the website: <https://pluralkit.me/commands>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue