moar typo

This commit is contained in:
Master Kwoth 2016-03-14 01:50:56 +01:00
parent acaeb24450
commit e6072f2a21

View File

@ -102,7 +102,7 @@ namespace NadekoBot.Modules {
.Do(async e => {
MusicPlayer musicPlayer;
if (!MusicPlayers.TryGetValue(e.Server, out musicPlayer)) {
await e.Channel.SendMessage("🎵 No active music musicPlayer.");
await e.Channel.SendMessage("🎵 No active music player.");
return;
}
var toSend = "🎵 **" + musicPlayer.Playlist.Count + "** `tracks currently queued.` ";