Browse Source

Update 'commands/commands/rollcoin.py'

kirkleon 3 years ago
parent
commit
1dbb4169db
1 changed files with 2 additions and 1 deletions
  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