mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
ups
This commit is contained in:
parent
4a8f23b837
commit
f94e723650
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ class FortuneCommand(rc.Command):
|
|||
async def run(self, args: rc.CommandArgs, data: rc.CommandData) -> None:
|
||||
async with data.session_acm() as session:
|
||||
author = await data.find_author(session=session, required=True)
|
||||
if author.trionfistatus and author.trionfistatus.zero:
|
||||
author.trionfistatus.x = datetime.datetime.now()
|
||||
if len(author.steam) > 0 and author.steam[0].trionfistatus and author.steam[0].trionfistatus.zero:
|
||||
author.steam[0].trionfistatus.x = datetime.datetime.now()
|
||||
|
||||
today = datetime.date.today()
|
||||
|
||||
|
|
Loading…
Reference in a new issue