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