Reply in Support
📞 How To Reply User In Support Command ?
» Command = /SPM
» Answer = ✅ Send User Telegram Id To Send Message:
» Wait For Answer = On
» BJS = if(user.telegramid == “Owner Id”){
Bot.run({
command: “/PM”,
options: { tgid : message }
})
}
>> Now Make A New Command For Sending Message.
» Command = /PM
» Answer = 📝 Enter Your Message For User:
» Wait For Answer = On
» BJS = var tgid = options.tgid
Api.sendMessage({
chat_id: tgid,
text: “*💬 Message From Admin\n➖➖➖➖➖➖➖➖➖➖➖➖\n➡️ Admin Messsage = “+message+”*”,
parse_mode: “markdown” })
Bot.sendMessage(“*📞 Message Sended To User = “+tgid+”*”)
Fake Stats Command.
Fake Statistics BJ’s
💫 Command = //yourcommand
👍Ans = ⚡️ Enter an fake statistics AMOUNT
️❤️ BJ’s = var stats = Libs.ResourcesLib.anotherChatRes(“status”, “global”)
stats.add(+message)
Bot.sendMessage(“*✅ Successfully Added check stats section*”)
CODED BY @mrevil_xz