Guild Builder
Creates a guild.
Note :
When using the roles parameter, the first member of the array is used to change properties of the guild's @everyone role. If you are trying to bootstrap a guild with additional roles, keep this in mind.
When using the roles parameter, the required id field within each role object is an integer placeholder, and will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions in a channel when also passing in channels with the channels array.
When using the channels parameter, the position field is ignored, and none of the default channels are created.
When using the channels parameter, the id field within each channel object may be set to an integer placeholder, and will be replaced by the API upon consumption. Its purpose is to allow you to create GUILD_CATEGORY channels by setting the parent_id field on any children to the category's id field. Category channels must be listed before any children.
Inheritors
Functions
Sets the afk channel id of the guild.
Sets the afk timeout of the guild.
Sets the default message notification level of the guild.
Sets the explicit content filter level of the guild.
Sets the icon of the guild.
Sets the message channels of the guild.
Sets the roles of the guild.
Sets the system channel flags of the guild.
Sets the system channel id of the guild.
Sets the verification level of the guild.
Sets the voice channels of the guild.