Exemple #1
0
 public async Task help()
 {
     p.doAction(Context.User, Context.Guild.Id, Program.Module.Communication);
     await ReplyAsync("", false, Sentences.help(Context.Guild.Id, (Context.Channel as ITextChannel).IsNsfw));
 }