Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
📝 Improved documentation types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 13, 2021
1 parent 42fd422 commit c040b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pincer/objects/guild/schedule_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ class ScheduledEvent(APIObject):
The guild id which the scheduled event belongs to
scheduled_start_time: str
The scheduled start time of the event.
privacy_level: :class:`PrivacyLevel`
privacy_level: :class:`~pincer.guild.stage.PrivacyLevel`
The privacy level of the scheduled event.
status: :class:`EventStatus`
status: :class:`~pincer.guild.schedule_events.EventStatus`
The status of the scheduled event.
entity_type: :class:`GuildScheduledEventEntityType`
entity_type: :class:`~pincer.guild.schedule_events.GuildScheduledEventEntityType`
The type of the scheduled event
channel_id: :class:`int`
The channel id in which the scheduled event will be hosted,
Expand All @@ -83,7 +83,7 @@ class ScheduledEvent(APIObject):
The id of an entity associated with a guild scheduled event
entity_metadata: :class:`str`
Additional metadata for the guild scheduled event
creator: :class:`User`
creator: :class:`~pincer.objects.user.user.User`
The user who created the scheduled event
user_count: :class:`int`
The number of users who have joined the scheduled event
Expand Down

0 comments on commit c040b72

Please sign in to comment.