public void OnSongEnd() { foreach (var vote in removeOnResourceEnded) { currentVotes.Remove(vote.Command); client.SendChannelMessage($"Stopped vote for \"{vote.Command}\" due to end of resource."); } removeOnResourceEnded.Clear(); }
public void informChannel(Ts3Client ts3Client, string message) { ts3Client.SendChannelMessage("* Spotify: " + message); }
public void info(string message) { Log.Info("* " + message); Ts3Client.SendChannelMessage("* Spotify: " + message); }