diff --git a/commands/play.js b/commands/play.js index 6e473faa..00c952b6 100644 --- a/commands/play.js +++ b/commands/play.js @@ -42,6 +42,7 @@ module.exports = { var video = await youtube.getVideoByID(videos[0].id); } catch (err) { console.error(err); + client.debug_channel.send(err); if (err.code === 403) { if (client.config.api_key === client.config.api_key) { client.config.api_key = client.config.api_key2;