diff --git a/src/struct/funcs/play.js b/src/struct/funcs/play.js index 51c6b376..3ae6ea91 100644 --- a/src/struct/funcs/play.js +++ b/src/struct/funcs/play.js @@ -13,7 +13,7 @@ module.exports = async function (guild, song, client, seek, play) { return; } setTimeout(() => { - if (!queue.playing) { + if (!queue.playing && queue) { queue.textChannel.send(client.messages.tookTooLong); queue.voiceChannel.leave(); client.queue.delete(guild.id);