mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Improve in-bot command documentation
Adds command descriptions, changes formatting on command listings, and adds more direct command listing commands.
This commit is contained in:
parent
53124776d4
commit
0226e73d88
2 changed files with 67 additions and 63 deletions
|
|
@ -7,18 +7,6 @@ namespace PluralKit.Bot.Commands
|
|||
{
|
||||
public class HelpCommands
|
||||
{
|
||||
public async Task HelpProxy(Context ctx)
|
||||
{
|
||||
await ctx.Reply(
|
||||
"The proxy help page has been moved! See the website: https://pluralkit.me/guide#proxying");
|
||||
}
|
||||
|
||||
public async Task HelpMember(Context ctx)
|
||||
{
|
||||
await ctx.Reply(
|
||||
"The member help page has been moved! See the website: https://pluralkit.me/guide#member-management");
|
||||
}
|
||||
|
||||
public async Task HelpRoot(Context ctx)
|
||||
{
|
||||
await ctx.Reply(embed: new EmbedBuilder()
|
||||
|
|
@ -34,11 +22,5 @@ namespace PluralKit.Bot.Commands
|
|||
.WithColor(Color.Blue)
|
||||
.Build());
|
||||
}
|
||||
|
||||
public async Task CommandList(Context ctx)
|
||||
{
|
||||
await ctx.Reply(
|
||||
"The command list has been moved! See the website: https://pluralkit.me/commands");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue