From 7756a3a206f0792e34410e999b5280e32318880c Mon Sep 17 00:00:00 2001 From: DA344 <108473820+DA-344@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:39:17 +0200 Subject: [PATCH] mutally --- 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 2899eb365..920ce664a 100644 --- a/discord/scheduled_event.py +++ b/discord/scheduled_event.py @@ -100,7 +100,7 @@ class ScheduledEventRecurrenceRule: If ``frequency`` is ``2`` this can only have 1 item. - This is mutally exclusive with ``n_weekdays`` and ``month_days``. + This is mutually exclusive with ``n_weekdays`` and ``month_days``. n_weekdays: List[Tuple[:class:`int`, :class:`int`]] A (week, weekday) pairs list that represent the specific day within a specific week the event will recur on.