Skip to content

Commit

Permalink
docs(GuildManager): Correct GuildCreateOptions typo (#6224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jul 29, 2021
1 parent cc5f1ce commit 2675b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/GuildManager.js
Expand Up @@ -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
Expand Down

0 comments on commit 2675b08

Please sign in to comment.