This commit is contained in:
Erik 2020-07-29 00:46:48 +03:00
parent 529942b3c1
commit c568a7b815

View File

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