fix(aurora): typo
This commit is contained in:
parent
2e3640b738
commit
de06490050
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue