disable log statement
This commit is contained in:
parent
76e4b08c2f
commit
8ae1e757eb
@ -45,7 +45,7 @@ class EventHooker {
|
|||||||
return;
|
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
|
// 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) {
|
for (const arg of args) {
|
||||||
if (arg?.guild) arg.guildWrapper = this.target.getGuildWrapper(arg.guild.id);
|
if (arg?.guild) arg.guildWrapper = this.target.getGuildWrapper(arg.guild.id);
|
||||||
|
Loading…
Reference in New Issue
Block a user