From 4d5c33ddf7c000a5a9d1f9e7430647049b007790 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 19 Mar 2020 20:34:20 +0200 Subject: [PATCH] Update play.js --- commands/play.js | 1 - 1 file changed, 1 deletion(-) 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;