mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
Add usage strings to all commands
This commit is contained in:
parent
1bd5e7e3ca
commit
305d8f220e
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ namespace PluralKit.Bot.Commands
|
|||
public class HelpCommands: ModuleBase<PKCommandContext>
|
||||
{
|
||||
[Command("help")]
|
||||
[Remarks("help")]
|
||||
public async Task HelpRoot([Remainder] string _ignored)
|
||||
{
|
||||
await Context.Channel.SendMessageAsync(embed: new EmbedBuilder()
|
||||
|
|
@ -24,6 +25,7 @@ namespace PluralKit.Bot.Commands
|
|||
}
|
||||
|
||||
[Command("commands")]
|
||||
[Remarks("commands")]
|
||||
public async Task CommandList()
|
||||
{
|
||||
await Context.Channel.SendMessageAsync(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue