13.(commamnd:/account)
/account
balance = str(User.getData("balance"))
wallet = str(User.getData('wallet'))
user = str(u)
user_info = bot.get_chat(u)
first_name = user_info.first_name if user_info.first_name else "No First Name"
username = user_info.username if user_info.username else "No Username"
user_id = user_info.id if user_info.id else "No User ID"
msg = f"""🙍♂️ Your Name: {first_name}
🔥 Username: @{username}
🚀 User ID: {user_id}
💳 Wallet: {wallet}
💰 Balance: {balance} টাকা"""
bot.replyText(u, msg, parse_mode="html")
No comments:
Post a Comment