Browse Source

fix: reference to ScheduledEventRecurrenceWeekday

pull/9685/head
DA-344 2 months ago
parent
commit
4f11430ccc
  1. 2
      discord/scheduled_event.py

2
discord/scheduled_event.py

@ -213,7 +213,7 @@ class ScheduledEventRecurrenceRule:
@property
def n_weekdays(self) -> List[NWeekday]:
"""List[Tuple[:class:`int`, :class:`ScheduledEventRecurrenceWeekday`]]: Returns
"""List[Tuple[:class:`int`, :class:`int`]]: Returns
a read-only list containing all the specific days within a specific week the
event will recur on.
"""

Loading…
Cancel
Save