eslint: re-enable eslint after disabling max-len

This commit is contained in:
Lewdcario
2018-07-23 14:34:38 -06:00
parent fbbd8f43b3
commit e4da97e058

View File

@@ -724,6 +724,7 @@ class Guild {
setDefaultMessageNotifications(defaultMessageNotifications, reason) {
return this.edit({ defaultMessageNotifications }, reason);
}
/* eslint-enable max-len */
/**
* Edit the name of the guild.