mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix scheduled event payload and docstring type
This commit is contained in:
@ -88,7 +88,7 @@ class ScheduledEvent(Hashable):
|
||||
The ID of the entity this event is for if available.
|
||||
start_time: :class:`datetime.datetime`
|
||||
The time that the scheduled event will start in UTC.
|
||||
end_time: :class:`datetime.datetime`
|
||||
end_time: Optional[:class:`datetime.datetime`]
|
||||
The time that the scheduled event will end in UTC.
|
||||
privacy_level: :class:`PrivacyLevel`
|
||||
The privacy level of the scheduled event.
|
||||
|
Reference in New Issue
Block a user