diff --git a/PluralKit.Bot/Commands/CommandTree.cs b/PluralKit.Bot/Commands/CommandTree.cs index 6953074a..ba5e5d96 100644 --- a/PluralKit.Bot/Commands/CommandTree.cs +++ b/PluralKit.Bot/Commands/CommandTree.cs @@ -28,7 +28,7 @@ namespace PluralKit.Bot public static Command SystemFrontPercent = new Command("system frontpercent", "system [system] frontpercent [timespan]", "Shows a system's front breakdown"); public static Command SystemPing = new Command("system ping", "system ping ", "Changes your system's ping preferences"); public static Command SystemPrivacy = new Command("system privacy", "system privacy ", "Changes your system's privacy settings"); - public static Command AutoproxySet = new Command("autoproxy", "autoproxy [off|front|latch|member]", "Sets your system's autoproxy mode for this server"); + public static Command AutoproxySet = new Command("autoproxy", "autoproxy [off|front|latch|member]", "Sets your system's autoproxy mode for the current server"); public static Command AutoproxyTimeout = new Command("autoproxy", "autoproxy timeout [|off|reset]", "Sets the latch timeout duration for your system"); public static Command AutoproxyAccount = new Command("autoproxy", "autoproxy account [on|off]", "Toggles autoproxy globally for the current account"); public static Command MemberInfo = new Command("member", "member ", "Looks up information about a member"); diff --git a/docs/content/command-list.md b/docs/content/command-list.md index 940489c0..274b06d1 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -79,6 +79,11 @@ Words in **\** or **[square brackets]** mean fill-in-the-blank. - `pk;switch delete all` - Deletes all logged switches. - `pk;switch out` - Registers a 'switch-out' - a switch with no associated members. +## Autoproxy commands +- `pk;autoproxy [off|front|latch|]` - Sets your system's autoproxy mode for the current server. +- `pk;autoproxy timeout [|off|reset]` - Sets the latch timeout duration for your system. +- `pk;autoproxy account [on|off]` - Toggles autoproxy globally for the current account. + ## Server owner commands *(all commands here require Manage Server permission)* - `pk;log channel ` - Sets the given channel to log all proxied messages.