NEP DEVS
الذهاب إلى القناة على Telegram
NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE
إظهار المزيدلا توجد بيانات
المشتركون
-3724 ساعات
-1357 أيام
-23530 أيام
أرشيف المشاركات
🎁HotCoin - SOLANA CASE
💰Get Box - SOL Rewards
🎉1 Refer = 1 BOX 📦
Link:- https://t.me/herewalletbot/app?startapp=11239603
Joined 👀
🐞 Costume Error BJS.
❤️ Command:-
!
☣ BJS:-
try {
} catch (error) {
Bot.sendMessage(error)
}
Api.sendSticker({
sticker:
"CAACAgIAAxkBAAMCZnBKHHgDzY6mDNFc2SwTXqlnMj4AAgIBAAJWnb0KTuJsgctA5P81BA"
})
const chatId = 5976088294 // Replace with the actual Admin Userid
if (!user.username || user.username == null) {
var us =
"<a href='tg://user?id=" + user.telegramid + "'>" + user.first_name + "</a>"
} else {
var us = "@" + user.username
}
const errorMessage =
"👋 <b>Hey Owner.\n🙃 " +
us +
" Got Error In This Bot.</>\n➡️ <i>Check Error Tab Of Your Bot To Check Error.</>"
Api.sendMessage({
chat_id: chatId,
text: errorMessage,
parse_mode: "html"
})🍟 Invite 5 Friends Then Get Bot BJS.
💹 Command:-
your command
✅ BJS:-
let invLink = RefLib.getRefLink(bot.name, "Game")
if (RefLib.getRefCount() < 4) {
Api.sendMessage({
text: 🙇♀ <b>Sorry You Can't Get Bot Reason You Need Invite 5 People To Get It. (${RefLib.getRefCount()})</b>
<b>🔗 Reffer Link:-</> <code>${invLink}</>,
parse_mode: "html",
disable_web_page_preview: true
})
} else {
if (params) {
BBAdmin.installBot({
email: params,
bot_id: bot.id
})
} else {
Bot.sendMessage("😇* Use This Formate To Get Bot.*\n\n/send BBMail")
}
}🤖 Bot Token Verification/Info BJS.
❤️ Command:-
your command
⚡️ Answer:- 🤠* Send Your Bot Token*
✅ Wait For Answer:- On
⛓ BJS:-
HTTP.get({
url: "https://api.telegram.org/bot" + message + "/getMe",
success: "/in"
})
❤️ Command:- /in
⛓ BJS:-
var bb = JSON.parse(content)
var tr = bb.ok
if (tr == true) {
var id = bb.result.id
var bo = bb.result.is_bot
var nam = bb.result.first_name
var username = bb.result.username
// var grp = bb.result.can_join_groups
// var read = bb.result.can_read_all_group_messages
//var inl = bb.results.supports_inline_queries
// var bus = bb.result.can_connect_to_business
var txt =
"<b>🆔 Bot Telegram ID:</> <code>" +
id +
"</>\n🤖 <b>Bot Name:</> <i>" +
nam +
"</>\n😎 <b> Bot Username:</> @" +
username +
""
Api.sendMessage({ text: txt, parse_mode: "html" })
return
}
Bot.sendMessage("☠️ *Facing Some Error*")