forked from Galactic/galactic-bot
a
This commit is contained in:
parent
529942b3c1
commit
c568a7b815
@ -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
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user