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