mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-03-25 09:37:10 +00:00
bugfix
This commit is contained in:
parent
2036ec2515
commit
f82ff533d2
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ class RoyalDiscordBot(discord.Client):
|
||||||
# EASTER EGG, REMOVE LATER
|
# EASTER EGG, REMOVE LATER
|
||||||
if "ghostbusters" in now_playing.plain_text().lower():
|
if "ghostbusters" in now_playing.plain_text().lower():
|
||||||
halloween = await loop.run_in_executor(executor, session.query(db.Halloween)
|
halloween = await loop.run_in_executor(executor, session.query(db.Halloween)
|
||||||
.filter_by(royal=enqueuer).one_or_none)
|
.filter_by(royal=enqueuer.royal).one_or_none)
|
||||||
halloween[5] = datetime.datetime.now()
|
halloween[5] = datetime.datetime.now()
|
||||||
# END
|
# END
|
||||||
await loop.run_in_executor(executor, session.commit)
|
await loop.run_in_executor(executor, session.commit)
|
||||||
|
|
Loading…
Add table
Reference in a new issue