From f1c047075c22b0e83e1853fc59019458decc78b0 Mon Sep 17 00:00:00 2001 From: Developer Anonymous Date: Thu, 29 Aug 2024 13:57:23 +0200 Subject: [PATCH] Black --- discord/scheduled_event.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/discord/scheduled_event.py b/discord/scheduled_event.py index d5cc77e41..d6008aeae 100644 --- a/discord/scheduled_event.py +++ b/discord/scheduled_event.py @@ -80,7 +80,6 @@ __all__ = ( # fmt: on - class ScheduledEventRecurrenceRule: """The recurrence rule for a scheduled event. @@ -101,7 +100,7 @@ class ScheduledEventRecurrenceRule: The weekdays the event will recur on. Currently this only allows the following sets: - + If ``frequency`` is :attr`ScheduledEventRecurrenceFrequency.daily`: - Monday to Friday