Skip to content

Commit

Permalink
docs(GuildOnboardingPrompt): clarify customize community tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Oct 28, 2023
1 parent 055605e commit bbc87b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ type GuildOnboarding struct {
// ID of the guild this onboarding is part of.
GuildID string `json:"guild_id,omitempty"`

// Prompts shown during onboarding and in the Channel & Roles tab.
// Prompts shown during onboarding and in the customize community (Channels & Roles) tab.
Prompts *[]GuildOnboardingPrompt `json:"prompts,omitempty"`

// Channel IDs that members get opted into automatically.
Expand All @@ -1101,7 +1101,7 @@ type GuildOnboarding struct {
Mode *GuildOnboardingMode `json:"mode,omitempty"`
}

// GuildOnboardingPrompt is a prompt shown during onboarding and in customize community.
// GuildOnboardingPrompt is a prompt shown during onboarding and in the customize community (Channels & Roles) tab.
// https://discord.com/developers/docs/resources/guild#guild-onboarding-object-onboarding-prompt-structure
type GuildOnboardingPrompt struct {
// ID of the prompt.
Expand Down

0 comments on commit bbc87b0

Please sign in to comment.