Browse Source
Add privacy_level to create_scheduled_event docstring
pull/8958/head
DJJ05
3 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
0 deletions
-
discord/guild.py
|
|
@ -2844,6 +2844,8 @@ class Guild(Hashable): |
|
|
|
automatically set to the appropriate entity type. If no channel |
|
|
|
is passed then the entity type is assumed to be |
|
|
|
:attr:`EntityType.external` |
|
|
|
privacy_level: :class:`PrivacyLevel` |
|
|
|
The privacy level of the scheduled event. |
|
|
|
image: :class:`bytes` |
|
|
|
The image of the scheduled event. |
|
|
|
location: :class:`str` |
|
|
|