diff --git a/commands/play.js b/commands/play.js index 00c952b6..6e473faa 100644 --- a/commands/play.js +++ b/commands/play.js @@ -42,7 +42,6 @@ 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;