From c7a895e6e93792a6665ce048100149731c5215aa Mon Sep 17 00:00:00 2001 From: Erit Islami Date: Sun, 1 May 2022 01:07:27 +0200 Subject: [PATCH] fix(getsong): remove log --- music/getSong.js | 1 - 1 file changed, 1 deletion(-) diff --git a/music/getSong.js b/music/getSong.js index 47a158bcc..ab57a393c 100644 --- a/music/getSong.js +++ b/music/getSong.js @@ -33,7 +33,6 @@ export async function getSong({ message, args }) { } else { try { const result = await youtube.searchOne(search); - console.log(result); if (!result) { message.reply(i18n.__("play.songNotFound")).catch(console.error);