Explorar el Código

Update 'commands/commands/rollcoin.py'

kirkleon hace 3 años
padre
commit
1dbb4169db
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      commands/commands/rollcoin.py

+ 2 - 1
commands/commands/rollcoin.py

@@ -458,7 +458,8 @@ async def gacha(
     reply: Reply,
 ):
     """
-    Spend one RollCoin on a Non-Functional Tamagotchi! You could get a rare one!
+    Spend one RollCoin to pull from the gachapon! It dispenses the hottest new commodity - broken virtual pets from the 90s!
+    These "Non-Functional Tamagotchis" or "NFTs" have varying rarities - good luck!
     """
     if sender_wallet.balance < 1:
         return f"You only have {sender_wallet.balance} RollCoins available, and gacha pulls cost one each!", reply