Fixed crash

This commit is contained in:
Master Kwoth 2017-07-03 20:29:32 +02:00
parent 44859529d5
commit 89eabc7c14

View File

@ -57,6 +57,9 @@ namespace NadekoBot.Modules.Music
var player = _music.GetPlayerOrDefault(usr.Guild.Id); var player = _music.GetPlayerOrDefault(usr.Guild.Id);
if (player == null)
return;
try try
{ {
//if bot moved //if bot moved