示例#1
0
 public async Task HelpList()
 {
     await ReplyAsync(embed : await help.BuildHelpListAsync(Context, Commands.CommandSet).ConfigureAwait(false)).ConfigureAwait(false);
 }