From bbefbb07fcd7451053c389e6e0e005758f58dcd5 Mon Sep 17 00:00:00 2001 From: masterhc Date: Sun, 7 Jul 2024 15:53:19 +0100 Subject: [PATCH] Console cleanup --- lib.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib.js b/lib.js index 8ec4daf..e9a766f 100644 --- a/lib.js +++ b/lib.js @@ -521,7 +521,6 @@ class ErrorMessage case ErrorType.FullCustom: if(!extraMessages) throw console.error('ErrorType set to FullCustom but no custom message added.') embed.data.fields[0].value = extraMessages[0]; - console.log(embed.data.fields) embed.data.fields[1].value = 'Try again once you have been bad.'; break; default: