moar typo
This commit is contained in:
parent
acaeb24450
commit
e6072f2a21
@ -102,7 +102,7 @@ namespace NadekoBot.Modules {
|
|||||||
.Do(async e => {
|
.Do(async e => {
|
||||||
MusicPlayer musicPlayer;
|
MusicPlayer musicPlayer;
|
||||||
if (!MusicPlayers.TryGetValue(e.Server, out 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;
|
return;
|
||||||
}
|
}
|
||||||
var toSend = "🎵 **" + musicPlayer.Playlist.Count + "** `tracks currently queued.` ";
|
var toSend = "🎵 **" + musicPlayer.Playlist.Count + "** `tracks currently queued.` ";
|
||||||
|
Loading…
Reference in New Issue
Block a user