2.(command:/reffer)
/reffer
per_refer = "10 টাকা"
total_refer = str(User.getData("ref_count"))
bot_username = str(Bot.info().username)
link = f"https://t.me/{bot_username}?start={str(u)}"
msg = f"""
🏅 Per Referral: {per_refer}
📎 Your Referral Link: {link}
📊 Your Total Referrals: {total_refer} টি
🚫 Fake and cheat referrals will not be paid
"""
bot.replyText(u, msg, parse_mode="html")
No comments:
Post a Comment