Browse Source

add return

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

2
discord/scheduled_event.py

@ -279,6 +279,8 @@ class ScheduledEventRecurrenceRule:
payload['by_month'] = months payload['by_month'] = months
payload['by_month_day'] = month_days payload['by_month_day'] = month_days
return payload
class ScheduledEvent(Hashable): class ScheduledEvent(Hashable):
"""Represents a scheduled event in a guild. """Represents a scheduled event in a guild.

Loading…
Cancel
Save