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!")