GuildOnboarding

export class GuildOnboarding extends Base
export class GuildOnboarding extends Base
Represents the onboarding data of a guild.

Extends

Base
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
The ids of the channels that new members get opted into automatically
enabled:boolean
Whether onboarding is enabled
Readonly
guild:Guild
The guild this onboarding is from
guildId:Snowflake
The id of the guild this onboarding data is for
The mode of this onboarding
The prompts shown during onboarding and in customize community
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string