From e4da97e058bd50bd63818c7d6ac0455d18db43e4 Mon Sep 17 00:00:00 2001 From: Lewdcario Date: Mon, 23 Jul 2018 14:34:38 -0600 Subject: [PATCH] eslint: re-enable eslint after disabling max-len --- src/structures/Guild.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 572175f91..da1998c02 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -724,6 +724,7 @@ class Guild { setDefaultMessageNotifications(defaultMessageNotifications, reason) { return this.edit({ defaultMessageNotifications }, reason); } + /* eslint-enable max-len */ /** * Edit the name of the guild.