Tweak description for switch delete all
command
This commit is contained in:
parent
9babde3c82
commit
01cedaab53
@ -60,7 +60,8 @@ namespace PluralKit.Bot
|
|||||||
public static Command Switch = new Command("switch", "switch <member> [member 2] [member 3...]", "Registers a switch");
|
public static Command Switch = new Command("switch", "switch <member> [member 2] [member 3...]", "Registers a switch");
|
||||||
public static Command SwitchOut = new Command("switch out", "switch out", "Registers a switch with no members");
|
public static Command SwitchOut = new Command("switch out", "switch out", "Registers a switch with no members");
|
||||||
public static Command SwitchMove = new Command("switch move", "switch move <date/time>", "Moves the latest switch in time");
|
public static Command SwitchMove = new Command("switch move", "switch move <date/time>", "Moves the latest switch in time");
|
||||||
public static Command SwitchDelete = new Command("switch delete", "switch delete [all]", "Deletes the latest switch (or them all)");
|
public static Command SwitchDelete = new Command("switch delete", "switch delete", "Deletes the latest switch");
|
||||||
|
public static Command SwitchDeleteAll = new Command("switch delete", "switch delete all", "Deletes all logged switches");
|
||||||
public static Command Link = new Command("link", "link <account>", "Links your system to another account");
|
public static Command Link = new Command("link", "link <account>", "Links your system to another account");
|
||||||
public static Command Unlink = new Command("unlink", "unlink [account]", "Unlinks your system from an account");
|
public static Command Unlink = new Command("unlink", "unlink [account]", "Unlinks your system from an account");
|
||||||
public static Command TokenGet = new Command("token", "token", "Gets your system's API token");
|
public static Command TokenGet = new Command("token", "token", "Gets your system's API token");
|
||||||
@ -104,7 +105,7 @@ namespace PluralKit.Bot
|
|||||||
GroupDelete
|
GroupDelete
|
||||||
};
|
};
|
||||||
|
|
||||||
public static Command[] SwitchCommands = {Switch, SwitchOut, SwitchMove, SwitchDelete};
|
public static Command[] SwitchCommands = {Switch, SwitchOut, SwitchMove, SwitchDelete, SwitchDeleteAll};
|
||||||
|
|
||||||
public static Command[] LogCommands = {LogChannel, LogChannelClear, LogEnable, LogDisable};
|
public static Command[] LogCommands = {LogChannel, LogChannelClear, LogEnable, LogDisable};
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Words in **\<angle brackets>** or **[square brackets]** mean fill-in-the-blank.
|
|||||||
- `pk;switch [member...]` - Registers a switch with the given members.
|
- `pk;switch [member...]` - Registers a switch with the given members.
|
||||||
- `pk;switch move <time>` - Moves the latest switch backwards in time.
|
- `pk;switch move <time>` - Moves the latest switch backwards in time.
|
||||||
- `pk;switch delete` - Deletes the latest switch.
|
- `pk;switch delete` - Deletes the latest switch.
|
||||||
- `pk;switch delete all` - Deletes every logged switch.
|
- `pk;switch delete all` - Deletes all logged switches.
|
||||||
- `pk;switch out` - Registers a 'switch-out' - a switch with no associated members.
|
- `pk;switch out` - Registers a 'switch-out' - a switch with no associated members.
|
||||||
|
|
||||||
## Server owner commands
|
## Server owner commands
|
||||||
|
Loading…
Reference in New Issue
Block a user