mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
eslint: re-enable eslint after disabling max-len
This commit is contained in:
@@ -724,6 +724,7 @@ class Guild {
|
||||
setDefaultMessageNotifications(defaultMessageNotifications, reason) {
|
||||
return this.edit({ defaultMessageNotifications }, reason);
|
||||
}
|
||||
/* eslint-enable max-len */
|
||||
|
||||
/**
|
||||
* Edit the name of the guild.
|
||||
|
||||
Reference in New Issue
Block a user