|
@@ -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
|