diff --git a/PluralKit.Bot/CommandMeta/CommandHelp.cs b/PluralKit.Bot/CommandMeta/CommandHelp.cs index a0e17710..65fa79b6 100644 --- a/PluralKit.Bot/CommandMeta/CommandHelp.cs +++ b/PluralKit.Bot/CommandMeta/CommandHelp.cs @@ -108,7 +108,7 @@ public partial class CommandTree public static Command LogShow = new Command("serverconfig log blacklist", "serverconfig log blacklist", "Displays the current list of channels where logging is disabled"); public static Command BlacklistShow = new Command("serverconfig proxy blacklist", "serverconfig proxy blacklist", "Displays the current list of channels where message proxying is disabled"); public static Command BlacklistAdd = new Command("serverconfig proxy blacklist add", "serverconfig proxy blacklist add all| [channel 2] [channel 3...]", "Disables message proxying in certain channels"); - public static Command BlacklistRemove = new Command("serverconfig blacklist remove", "serverconfig blacklist remove all| [channel 2] [channel 3...]", "Enables message proxying in certain channels"); + public static Command BlacklistRemove = new Command("serverconfig proxy blacklist remove", "serverconfig proxy blacklist remove all| [channel 2] [channel 3...]", "Enables message proxying in certain channels"); public static Command ServerConfigLogClean = new Command("serverconfig log cleanup", "serverconfig log cleanup [on|off]", "Toggles whether to clean up other bots' log channels"); public static Command ServerConfigInvalidCommandResponse = new Command("serverconfig invalid command error", "serverconfig invalid command error [on|off]", "Sets whether to show an error message when an unknown command is sent"); public static Command ServerConfigRequireSystemTag = new Command("serverconfig require tag", "serverconfig require tag [on|off]", "Sets whether server users are required to have a system tag on proxied messages"); diff --git a/docs/content/command-list.md b/docs/content/command-list.md index 9de59f6f..dd50f0d0 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -165,7 +165,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the - `pk;serverconfig log blacklist remove all| [channel 2] [channel 3...]` - Enables message logging in certain channels - `pk;serverconfig proxy blacklist` - Displays the current proxy blacklist - `pk;serverconfig proxy blacklist add all| [channel 2] [channel 3...]` - Adds certain channels to the proxy blacklist -- `pk;serverconfig blacklist remove all| [channel 2] [channel 3...]` - Removes certain channels from the proxy blacklist +- `pk;serverconfig proxy blacklist remove all| [channel 2] [channel 3...]` - Removes certain channels from the proxy blacklist ## Utility - `pk;message ` - Looks up information about a proxied message by its message ID or link.