Пример #1
0
 public async Task HangMan()
 {
     await ReplyAsync("", false, Games.CreateHangmanGame(Context.Guild.Id, Context.Channel.Id));
 }