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:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user