mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
docs(GuildManager): Correct GuildCreateOptions typo (#6224)
This commit is contained in:
@@ -134,7 +134,7 @@ class GuildManager extends CachedManager {
|
|||||||
* @property {Snowflake|number} [afkChannelId] The AFK channel's id
|
* @property {Snowflake|number} [afkChannelId] The AFK channel's id
|
||||||
* @property {number} [afkTimeout] The AFK timeout in seconds
|
* @property {number} [afkTimeout] The AFK timeout in seconds
|
||||||
* @property {PartialChannelData[]} [channels=[]] The channels for this guild
|
* @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
|
* for the guild
|
||||||
* @property {ExplicitContentFilterLevel} [explicitContentFilter] The explicit content filter level for the guild
|
* @property {ExplicitContentFilterLevel} [explicitContentFilter] The explicit content filter level for the guild
|
||||||
* @property {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild
|
* @property {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild
|
||||||
|
|||||||
Reference in New Issue
Block a user