Exemplo n.º 1
0
 public static void Respond(this MessageEventArgs e, string Text)
 {
     Bot.Send(e.Channel, Text);
 }