11.(command:/wallet)
/wallet
wallet = User.getData("wallet")
bot.replyText(
chat_id=message.chat.id,
text=f"""💳 Current Wallet: {wallet}
⚙️ If you want to set or change your wallet, click here: /SetWallet""",
parse_mode="html"
)
13.(commamnd:/account) / accoun t balance = str(User.getData("balance")) wallet = str(User.getData('wallet')) user = str...
No comments:
Post a Comment