Exemple #1
0
 protected async Task SayGoodbye(Channel channel)
 {
     await SendMessage(channel, RandomMessages.Goodbye());
 }
Exemple #2
0
 protected async Task SayHello(Channel channel)
 {
     await SendMessage(channel, RandomMessages.Hello());
 }