예제 #1
0
파일: censo.cs 프로젝트: joaodev123/CSUB
 public async Task groupCommand(CommandContext ctx) => await ctx.RespondAsync(embed : EmbedBase.GroupHelpEmbed(ctx.Command, ctx));
예제 #2
0
 public async Task Command(CommandContext ctx)
 {
     var embed = EmbedBase.GroupHelpEmbed(ctx.Command);
     await ctx.RespondAsync(embed : embed);
 }
예제 #3
0
 public async Task GroupCommand(CommandContext ctx)
 {
     await ctx.RespondAsync(null, false, EmbedBase.GroupHelpEmbed(ctx.Command));
 }