mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
sistemata l'inflazione
This commit is contained in:
parent
c81b153458
commit
b75f0c32df
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ def cmd_wheel(bot: Bot, update: Update):
|
||||||
session.close()
|
session.close()
|
||||||
return
|
return
|
||||||
user.royal.fiorygi -= 1
|
user.royal.fiorygi -= 1
|
||||||
r = random.randrange(10)
|
r = random.randrange(20)
|
||||||
if r == 9:
|
if r == 9:
|
||||||
bot.send_message(update.message.chat.id, "☸️ La ruota della fortuna gira, e si ferma su x8!\n"
|
bot.send_message(update.message.chat.id, "☸️ La ruota della fortuna gira, e si ferma su x8!\n"
|
||||||
"Hai ottenuto 8 fiorygi!")
|
"Hai ottenuto 8 fiorygi!")
|
||||||
|
|
Loading…
Reference in a new issue