From eeaabef8260ff9fa37d52d9944e0e21cea2f61b8 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:01:28 +0200 Subject: [PATCH] Update guild.py --- discord/guild.py | 3 +++ 1 file changed, 3 insertions(+) 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`