From c040b721ef0cab1d29a675959031951961288df0 Mon Sep 17 00:00:00 2001 From: Yohann Boniface Date: Mon, 13 Dec 2021 17:05:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improved=20documentation=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pincer/objects/guild/schedule_events.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pincer/objects/guild/schedule_events.py b/pincer/objects/guild/schedule_events.py index 97839095..83c29c39 100644 --- a/pincer/objects/guild/schedule_events.py +++ b/pincer/objects/guild/schedule_events.py @@ -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, @@ -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