export interface GuildCreateOptions
Options used to create a guild.
optionalnumber afkTimeout? :
The AFK timeout in seconds the first element of this array is used to change properties of the guild's everyone role.
optionalreadonly PartialChannelData[] channels? :
The channels for this guild (default: [])
optionalGuildDefaultMessageNotifications defaultMessageNotifications? :
The default message notifications for the guild
optionalGuildExplicitContentFilter explicitContentFilter? :
The explicit content filter level for the guild
optionalBufferResolvable | Base64Resolvable | null icon? :
The icon for the guild
string name :
The name of the guild
optionalreadonly PartialRoleData[] roles? :
The roles for this guild, (default: [])
optionalSystemChannelFlagsResolvable systemChannelFlags? :
The flags of the system channel
optionalGuildVerificationLevel verificationLevel? :
The verification level for the guild