Registering after the event already began will now create a channel

This commit is contained in:
2025-04-26 19:16:34 +02:00
parent 3e9edf91d5
commit 94c4cdbf65
2 changed files with 9 additions and 0 deletions

View File

@@ -81,7 +81,10 @@ class PycordBot(LibPycordBot):
f"Could not start the event **{event.name}**: no event stages are defined.",
)
await event.cancel(self.cache)
continue
first_stage: PycordEventStage = await self.find_event_stage(event.stage_ids[0])
# Get list of participants