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