From 2675b0866c70f4050ef5f60b5652ea2f108f29bd Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 30 Jul 2021 00:04:45 +0100 Subject: [PATCH] docs(GuildManager): Correct `GuildCreateOptions` typo (#6224) --- src/managers/GuildManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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