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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
discord/onboarding.py
|
@ -66,9 +66,9 @@ class OnboardingPromptOption: |
|
|
emoji: Optional[Union[:class:`Emoji`, :class:`PartialEmoji`, :class:`str`]] |
|
|
emoji: Optional[Union[:class:`Emoji`, :class:`PartialEmoji`, :class:`str`]] |
|
|
The emoji tied to this option. May be a custom emoji, or a unicode emoji. |
|
|
The emoji tied to this option. May be a custom emoji, or a unicode emoji. |
|
|
channel_ids: Set[:class:`int`] |
|
|
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`] |
|
|
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__ = ( |
|
|
__slots__ = ( |
|
|