From 9c53a271a027e1d21ee624c27f2d1cdad0e1f9f7 Mon Sep 17 00:00:00 2001 From: Developer Anonymous Date: Thu, 29 Aug 2024 14:03:38 +0200 Subject: [PATCH] Forgot a quote --- discord/scheduled_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/scheduled_event.py b/discord/scheduled_event.py index d6008aeae..1ee6c9042 100644 --- a/discord/scheduled_event.py +++ b/discord/scheduled_event.py @@ -137,7 +137,7 @@ class ScheduledEventRecurrenceRule: frequency=discord.ScheduledEventRecurrenceFrequency.weekly, interval=..., # Here you can either pass 1 or 2, if you pass 1 # then the recurrence rule is "Every Wednesday", if you pass 2 - # then the recurrence rule is "Every other Wednesday, + # then the recurrence rule is "Every other Wednesday" weekdays=[...], # Only 1 item is allowed as frequency is weekly )