예제 #1
0
 public void Ban(string username, string reason)
 {
     _twitchClient.BanUser(username, reason, false);
 }