From 8ae1e757eb02309b51618d247e97772698c8eb4f Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Mon, 25 Apr 2022 18:20:41 +0300 Subject: [PATCH] disable log statement --- src/structure/client/EventHooker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/client/EventHooker.js b/src/structure/client/EventHooker.js index 6c04350..c50f620 100644 --- a/src/structure/client/EventHooker.js +++ b/src/structure/client/EventHooker.js @@ -45,7 +45,7 @@ class EventHooker { return; } - this.logger.debug(`Handler ${eventName}`); + // this.logger.debug(`Handler ${eventName}`); // Should probably move this elsewhere, but testing this out -- or maybe not, might be the most appropriate place for this for (const arg of args) { if (arg?.guild) arg.guildWrapper = this.target.getGuildWrapper(arg.guild.id);