GuildOnboarding
class GuildOnboarding(val data: DiscordGuildOnboarding, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordObject, Strategizable(source)
Represents the onboarding flow for a Guild.
Constructors
Link copied to clipboard
constructor(data: DiscordGuildOnboarding, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)
Types
Link copied to clipboard
class Prompt(val data: DiscordOnboardingPrompt, val guildId: Snowflake, val kord: Kord) : KordEntity
Represents a prompt for a GuildOnboarding.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The behavior of the Guild this onboarding is part of.
Link copied to clipboard
Current mode of onboarding.
Link copied to clipboard
The Prompts shown during onboarding and in customize community.
Link copied to clipboard
The supplier used to request entities.
Functions
Link copied to clipboard
Requests the Guild this onboarding is part of, returns null
when the guild isn't present.
Link copied to clipboard