예제 #1
0
파일: Help.cs 프로젝트: joaodev123/CSUB
 public async Task helpCommand(CommandContext ctx)
 {
     await ctx.RespondAsync(embed : EmbedBase.HelpEmbed(ctx.CommandsNext, ctx));
 }