mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Add usage strings to switch commands
This commit is contained in:
parent
d109ca7b57
commit
6cfa4cb2e5
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ namespace PluralKit.Bot.Commands
|
||||||
public async Task Switch(params PKMember[] members) => await DoSwitchCommand(members);
|
public async Task Switch(params PKMember[] members) => await DoSwitchCommand(members);
|
||||||
|
|
||||||
[Command("out")]
|
[Command("out")]
|
||||||
|
[Remarks("switch out")]
|
||||||
[MustHaveSystem]
|
[MustHaveSystem]
|
||||||
public async Task SwitchOut() => await DoSwitchCommand(new PKMember[] { });
|
public async Task SwitchOut() => await DoSwitchCommand(new PKMember[] { });
|
||||||
|
|
||||||
|
|
@ -49,6 +50,7 @@ namespace PluralKit.Bot.Commands
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command("move")]
|
[Command("move")]
|
||||||
|
[Remarks("switch move <date/time>")]
|
||||||
[MustHaveSystem]
|
[MustHaveSystem]
|
||||||
public async Task SwitchMove([Remainder] string str)
|
public async Task SwitchMove([Remainder] string str)
|
||||||
{
|
{
|
||||||
|
|
@ -92,6 +94,7 @@ namespace PluralKit.Bot.Commands
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command("delete")]
|
[Command("delete")]
|
||||||
|
[Remarks("switch delete")]
|
||||||
[MustHaveSystem]
|
[MustHaveSystem]
|
||||||
public async Task SwitchDelete()
|
public async Task SwitchDelete()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue