diff --git a/discord/guild.py b/discord/guild.py index cbf28ffc3..9f9f427b4 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -4908,10 +4908,13 @@ class Guild(Hashable): ----------- prompts: List[:class:`OnboardingPrompt`] The prompts that will be shown to new members. + This overrides the existing prompts and its options. default_channels: List[:class:`abc.Snowflake`] The channels that will be used as the default channels for new members. + This overrides the existing default channels. enabled: :class:`bool` Whether the onboarding configuration is enabled. + This overrides the existing enabled state. mode: :class:`OnboardingMode` The mode that will be used for the onboarding configuration. reason: :class:`str`