Browse Source

Forgot a quote

pull/9685/head
Developer Anonymous 8 months ago
parent
commit
9c53a271a0
  1. 2
      discord/scheduled_event.py

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

Loading…
Cancel
Save