diff --git a/pyproject.toml b/pyproject.toml index 15e87ad2..d5b2ad74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.15.7" + version = "5.15.8" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalpack/commands/fortune.py b/royalpack/commands/fortune.py index 347f595d..53c34378 100644 --- a/royalpack/commands/fortune.py +++ b/royalpack/commands/fortune.py @@ -68,6 +68,7 @@ class FortuneCommand(rc.Command): author = await data.find_author(session=session, required=True) if len(author.steam) > 0 and author.steam[0].trionfistatus and author.steam[0].trionfistatus.zero: author.steam[0].trionfistatus.x = datetime.datetime.now() + session.commit() today = datetime.date.today()