From 86d5ecce392070daa1d113b86fcc39badffecb26 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Sep 2020 02:10:00 +0200 Subject: [PATCH] fix treasure not working --- royalpack/commands/treasure.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/royalpack/commands/treasure.py b/royalpack/commands/treasure.py index 83dc397c..df277613 100644 --- a/royalpack/commands/treasure.py +++ b/royalpack/commands/treasure.py @@ -27,8 +27,8 @@ class TreasureCommand(rc.Command): treasure.redeemed_by = author await ru.asyncify(session.commit) - await FiorygiTransaction.spawn_fiorygi(data, - author, - treasure.value, - f'aver trovato il tesoro "{treasure.code}"') - await data.reply("🤑 Tesoro riscattato!") + await FiorygiTransaction.spawn_fiorygi(data, + author, + treasure.value, + f'aver trovato il tesoro "{treasure.code}"') + await data.reply("🤑 Tesoro riscattato!")