From 150c9e1024dfe8053a771da4ac0ec91206626bc4 Mon Sep 17 00:00:00 2001 From: Developer Anonymous Date: Wed, 28 Aug 2024 23:24:48 +0200 Subject: [PATCH] Remove an enum from docs --- docs/api.rst | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 4f8403578..ad065ebee 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3686,39 +3686,6 @@ of :class:`enum.Enum`. The event repeats daily. -.. class:: ScheduledEventRecurrenceWeekday - - Represents the available weekdays for a scheduled event recurrence rule. - - .. attribute:: monday - - The ``0`` weekday. - - .. attribute:: tuesday - - The ``1`` weekday. - - .. attribute:: wednesday - - The ``2`` weekday. - - .. attribute:: thursday - - The ``3`` weekday. - - .. attribute:: friday - - The ``4`` weekday. - - .. attribute:: saturday - - The ``5`` weekday. - - .. attribute:: sunday - - The ``6`` weekday. - - .. _discord-api-audit-logs: Audit Log Data