From 71c2b1f102a62b7dd917e1599e9393a3021660f5 Mon Sep 17 00:00:00 2001 From: masterhc Date: Fri, 16 Feb 2024 16:08:08 +0000 Subject: [PATCH] Error handling --- lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.js b/lib.js index da0f3fa..59fde72 100644 --- a/lib.js +++ b/lib.js @@ -469,7 +469,7 @@ class ErrorMessage async send(errorType,message, extraMessages) { - if (!message.channel.id) return; + if (!message.channel?.id) return; const embed = new EmbedBuilder() .setColor(0x4d0000) .setAuthor({name:"Rem-chan", iconURL:"https://i.imgur.com/g6FSNhL.png",url:'https://rem.wordfights.com/addtodiscord'})