From 5d81453b1989bd5a495f1af78b23edeeba0f0d5c Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Fri, 13 Sep 2024 00:40:35 +0200 Subject: [PATCH] remove log --- commands/interaction/context/audio.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/interaction/context/audio.js b/commands/interaction/context/audio.js index a03c094..99c2eba 100644 --- a/commands/interaction/context/audio.js +++ b/commands/interaction/context/audio.js @@ -52,7 +52,6 @@ module.exports = { }) ], components: btns }) }catch(e){ - console.log(e) return editOrReply(context, createEmbed("warning", context, "No results found.")) } } else {