Example #1
0
File: Bot.cs Project: megakid/Obvs
 protected async Task SayGoodbye(Channel channel)
 {
     await SendMessage(channel, RandomMessages.Goodbye());
 }
Example #2
0
File: Bot.cs Project: megakid/Obvs
 protected async Task SayHello(Channel channel)
 {
     await SendMessage(channel, RandomMessages.Hello());
 }