Browse Source

Update discord/onboarding.py

Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
pull/9260/head
Josh 2 years ago
committed by GitHub
parent
commit
87c7a2abab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/onboarding.py

4
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__ = (

Loading…
Cancel
Save