fix song not found bug

This commit is contained in:
KGT1 2020-09-21 04:44:08 +02:00
parent 1db343778d
commit c94ce3d935

View File

@ -122,6 +122,8 @@ function handleChannelMessage(message) {
itemID = await searchForItemID(argument); itemID = await searchForItemID(argument);
} catch (e) { } catch (e) {
message.reply(e); message.reply(e);
playbackmanager.stop(discordClient.user.client.voice.connections.first());
return;
} }
} }