Exemplo n.º 1
0
 public async Task WhoAreYou()
 {
     p.doAction(Context.User, Context.Guild.Id, Program.Module.Communication);
     await ReplyAsync(Sentences.whoIAmStr(Context.Guild.Id));
 }