diff --git a/src/managers/GuildManager.js b/src/managers/GuildManager.js index 2553ddbf522a..79f4b2b72245 100644 --- a/src/managers/GuildManager.js +++ b/src/managers/GuildManager.js @@ -134,7 +134,7 @@ class GuildManager extends CachedManager { * @property {Snowflake|number} [afkChannelId] The AFK channel's id * @property {number} [afkTimeout] The AFK timeout in seconds * @property {PartialChannelData[]} [channels=[]] The channels for this guild - * @property {DefaultMessageNotifications} [defaultMessageNotifications] The default message notifications + * @property {DefaultMessageNotificationLevel|number} [defaultMessageNotifications] The default message notifications * for the guild * @property {ExplicitContentFilterLevel} [explicitContentFilter] The explicit content filter level for the guild * @property {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild