Esempio n. 1
0
 public void Process(TwitchClient client, string username, string commandText, bool isMod)
 {
     client.SendMessage(playlistHelper.ClosePlaylist()
         ? $"Hey @{username}, I have closed the playlist!"
         : $"Hey {username}, I can't seem to close the playlist for some reason :(");
 }