Browse Source

mutally

pull/9685/head^2
DA344 3 months ago
committed by GitHub
parent
commit
7756a3a206
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/scheduled_event.py

2
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.

Loading…
Cancel
Save