WIP: Refactor Aurora (3.0.0) #29

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

View file

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