missing key
This commit is contained in:
parent
0a5036bb54
commit
316c05436e
@ -196,7 +196,7 @@ namespace NadekoBot.Modules.Music
|
|||||||
if (!MusicPlayers.TryGetValue(Context.Guild.Id, out musicPlayer) ||
|
if (!MusicPlayers.TryGetValue(Context.Guild.Id, out musicPlayer) ||
|
||||||
(currentSong = musicPlayer?.CurrentSong) == null)
|
(currentSong = musicPlayer?.CurrentSong) == null)
|
||||||
{
|
{
|
||||||
await ReplyErrorLocalized("no_music_player").ConfigureAwait(false);
|
await ReplyErrorLocalized("no_player").ConfigureAwait(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (page <= 0)
|
if (page <= 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user