diff --git a/client/commands/play.js b/client/commands/play.js index ec06cf6..93f39d6 100644 --- a/client/commands/play.js +++ b/client/commands/play.js @@ -85,6 +85,7 @@ module.exports = { } } catch (error) { + console.log(error); client.radio.delete(msg.guild.id); return msg.channel.send(client.messageEmojis["error"] + `An error occured: ${error}`); }