From d50e0df6a115dbba9ee55abf33df79b749ae5a9d Mon Sep 17 00:00:00 2001 From: MrMasrozYTLIVE <61359286+MrMasrozYTLIVE@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:05:00 +0300 Subject: [PATCH] Time to do lots of debugging :sob: --- chatBot/includes/Client.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chatBot/includes/Client.js b/chatBot/includes/Client.js index f223271..248d0d5 100644 --- a/chatBot/includes/Client.js +++ b/chatBot/includes/Client.js @@ -88,6 +88,8 @@ class Client extends EventEmitter { sendMessage(message) { console.log(message); + console.log(message.prototype); + console.log(Message.prototype); console.log(Object.prototype.isPrototypeOf.call(Message.prototype, message.prototype)); console.log('Bot name:', this.botName);