From 87c7a2abab09ae05daaaaa56f0eaa2b15f7ebc7f Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 27 Feb 2023 20:52:49 +1000 Subject: [PATCH] Update discord/onboarding.py Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com> --- discord/onboarding.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/onboarding.py b/discord/onboarding.py index fb28610f4..ff0cfc699 100644 --- a/discord/onboarding.py +++ b/discord/onboarding.py @@ -66,9 +66,9 @@ class OnboardingPromptOption: emoji: Optional[Union[:class:`Emoji`, :class:`PartialEmoji`, :class:`str`]] The emoji tied to this option. May be a custom emoji, or a unicode emoji. channel_ids: Set[:class:`int`] - The IDs of the channels that will be set visible if this option is selected. + The IDs of the channels that will be made visible if this option is selected. role_ids: Set[:class:`int`] - The IDs of the roles given to the user if this option is selected + The IDs of the roles given to the user if this option is selected. """ __slots__ = (