Example #1
0
 public async Task helpCommand(CommandContext ctx)
 {
     await ctx.RespondAsync(embed : EmbedBase.HelpEmbed(ctx.CommandsNext, ctx));
 }