Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add return
Browse files Browse the repository at this point in the history
DA-344 committed Jan 19, 2025
1 parent 990bc76 commit ad24a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discord/scheduled_event.py
Original file line number Diff line number Diff line change
@@ -279,6 +279,8 @@ def to_dict(self):
payload['by_month'] = months
payload['by_month_day'] = month_days

return payload


class ScheduledEvent(Hashable):
"""Represents a scheduled event in a guild.

0 comments on commit ad24a59

Please sign in to comment.