diff --git a/structure/client/components/observers/GuildLogging.js b/structure/client/components/observers/GuildLogging.js index 95b63cd..74195f4 100644 --- a/structure/client/components/observers/GuildLogging.js +++ b/structure/client/components/observers/GuildLogging.js @@ -46,11 +46,10 @@ class GuildLogger extends Observer { // ['guildMemberUpdate', this.memberUpdate.bind(this)] ]; - //Disabled temporarily - // this.attachmentWebhook = new WebhookClient( - // this.client._options.moderation.attachments.webhook.id, - // this.client._options.moderation.attachments.webhook.token - // ); + this.attachmentWebhook = new WebhookClient( + this.client._options.moderation.attachments.webhook.id, + this.client._options.moderation.attachments.webhook.token + ); }