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);