Exemple #1
0
 public async Task HangmanGuess(string guess = "")
 {
     await Context.Channel.SendMessageAsync(_hangman.processCommands(guess));
 }