We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242c932 commit 9914063Copy full SHA for 9914063
src/meeting.py
@@ -45,8 +45,9 @@ async def find_next_event_and_notify_core_team(client: nextcord.Client):
45
46
if next_meeting_in_days > 25:
47
print("Next meeting is more than 25 days away, not adding the scheduled event")
48
+ return
49
- await add_scheduled_event(next_meeting, channel.guild)
50
+ await add_scheduled_event(next_meeting, channel.guild)
51
52
if next_meeting_in_days > 3:
53
print("Next meeting is more than 3 days away")
0 commit comments