소스 검색

Update 'commands/commands/rollcoin.py'

kirkleon 3 년 전
부모
커밋
1dbb4169db
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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