From c568a7b815d1cc200f6c3575b514a5f8d6571f36 Mon Sep 17 00:00:00 2001 From: Navy Date: Wed, 29 Jul 2020 00:46:48 +0300 Subject: [PATCH] a --- structure/client/components/observers/GuildLogging.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 + ); }