From 07362ef68fe3e5406ce4bc761e1987d8154e6f4d Mon Sep 17 00:00:00 2001 From: masterhc Date: Sun, 7 Jul 2024 12:54:32 +0100 Subject: [PATCH] Error Handling of error errorType full custom --- lib.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib.js b/lib.js index 10941dd..3de1aa2 100644 --- a/lib.js +++ b/lib.js @@ -507,11 +507,12 @@ 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]; + embed.data.fields[1].value = 'Try again once you have been bad.'; break; default: break; } - if(extraMessages) + if(extraMessages && errorType != ErrorType.FullCustom) { for(var i = 0; i