DA344
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|