v1.0.0 #15

Merged
profitroll merged 53 commits from dev into main 2025-05-06 21:34:32 +03:00
Showing only changes of commit e6036d033e - Show all commits

View File

@@ -154,8 +154,8 @@ class CogEvent(Cog):
await pycord_event.update( await pycord_event.update(
self.bot.cache, self.bot.cache,
starts=start_date, starts=start_date.astimezone(ZoneInfo("UTC")),
ends=end_date, ends=end_date.astimezone(ZoneInfo("UTC")),
name=pycord_event.name if name is None else name, name=pycord_event.name if name is None else name,
thumbnail=pycord_event.thumbnail if thumbnail is None else processed_media[0], thumbnail=pycord_event.thumbnail if thumbnail is None else processed_media[0],
) )