WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit de06490050 - Show all commits

View file

@ -626,7 +626,7 @@ class Aurora(commands.Cog):
return
before = datetime.combine(on, datetime.max.time())
after = datetime.combhine(on, datetime.min.time())
after = datetime.combine(on, datetime.min.time())
await interaction.response.defer(ephemeral=ephemeral)