Which Bot You Want 🤔?
Final Results
29%
Movie Bot 🎥
14%
Music Bot 🎶
5%
Schedule Post Delete Bot 🗑️
14%
Group Controller Bot 👩👩👦
38%
Ai Helper 🤖
❤5👍2🎉1👌1
🎚 Bjs For Current Time +2 Minutes
❣️ Command :-
your_command
// Get the current time in the "Asia/Kolkata" timezone
let currentTime = new Date().toLocaleString("en-US", {
timeZone: "Asia/Kolkata"
});
// Convert the string to a Date object
let currentDate = new Date(currentTime);
// Add 2 minutes to the current time
currentDate.setMinutes(currentDate.getMinutes() + 2);
// Format the updated time
let updatedTime = currentDate.toLocaleTimeString("en-US", {
hour: '2-digit',
minute: '2-digit',
second: '2-digit',
hour12: true
});
Bot.sendMessage(updatedTime)
🎉4👍2🥰1
Flex Coder
Which Bot You Want 🤔?
💝 Ai Helper Has Got More Vote, So I Launching Ai Helper Very Soon....
🥰5👍1🎉1
🏵️Random Command Runner BJ'S
👀Command:-
your command
var mycom = ["/start","/bonus","/invite","/statics ","/withdraw","/deposit"," your more command here"]
var command = mycom[Math.floor(Math.random() * mycom.length)];
Bot.runCommand(command)
👍2👏1🎉1😘1
🚀 Unlock Your Potential with AI! 🤖
👀 Need assistance with tasks, questions, or brainstorming ideas? Meet the [AI Helper Bot]! This smart bot is designed to help you streamline your workflow and enhance your productivity.
✨ Features:
➡️ Instant answers to your queries
➡️ Advance Ai With Nice Api
➡️ Creative brainstorming assistance
➡️ And much more....
💝 Join the future of productivity! Start chatting with the AI Helper Bot today: [Click Here]
👀 Need assistance with tasks, questions, or brainstorming ideas? Meet the [AI Helper Bot]! This smart bot is designed to help you streamline your workflow and enhance your productivity.
✨ Features:
➡️ Instant answers to your queries
➡️ Advance Ai With Nice Api
➡️ Creative brainstorming assistance
➡️ And much more....
💝 Join the future of productivity! Start chatting with the AI Helper Bot today: [Click Here]
👍3🔥1🥰1🎉1
HOW TO PIN MESSAGE
👀Command:
As Per You
Api.pinChatMessage({
chat_id: chatId, // Replace with your chat ID
message_id: messageId, // Replace with the message ID you want to pin
on_result: "onPinMessage" // Specify a callback if needed
});
👍3🎉1👌1😘1
📜 Message Particular User In Bot
👀Command:
/message
Wait For Answer ✅
🧬Answer:
*🛠Enter User id?*
var admin = Bot.getProperty("botadmin"+user.telegramid)
if (user.telegramid == admin){
let msg = message
User.setProperty("id", msg, "integer")
Bot.sendMessage(" Now Type Your Message For User ")
Bot.runCommand("/send")
} else {
Bot.sendMessage("*You're not an Admin*")
}
👀Command:
/send
Wait For Answer ✅
let tgid = User.getProperty("id")
let msag = message
let msg = "💬Message from Admin\n➖➖➖➖➖➖➖➖➖➖➖\n\n" + msag
Bot.sendMessageToChatWithId(tgid, msg)
Bot.sendMessage("✅Message sent to User")
👍4🥰1🎉1👌1
💪🏻 Strong Password Generator Command
👀Command:
/generator
Bot.sendMessage("Generating a secure password... ", {
on_result: "/gen"
})
👀Command:
/gen
var msg = options.result.message_id
var characters = "$%abcdefghijklmnopqrstuvwxyz@#&-_+<>$%1234567890ABCDEFGHIJKLUVWXYZ12345678901234567890@#%&-_+<>$%abcdefghijklMNOPQRSTUVWXyZ"
function genePassword(length) {
let result = '';
const charactersLength = characters.length;
for ( let i = 0; i < length; i++ ) {
result += characters.charAt(Math.floor(Math.random() * charactersLength));
}
return result;
}
Api.editMessageText({
text: " "+genePassword(15)+"",
message_id: msg,
parse_mode:"markdown"
})
🎉3👍1🤩1
ɪꜰ ʏᴏᴜ ᴀʀᴇ ꜱᴄᴀᴍᴍᴇᴅ ʙʏ ꜱᴏᴍᴇ ᴏɴᴇ ᴛʜᴇɴ ʏᴏᴜ ᴄᴀɴ ᴇxᴘᴏꜱᴇ ʜɪᴍ ᴜꜱɪɴɢ ᴏᴜʀ ʙᴏᴛ, ꜱᴏ ʜᴇ ᴄᴀɴɴᴏᴛ ꜱᴄᴀᴍ ᴏᴛʜᴇʀ ᴜꜱᴇʀꜱ. ʀᴇᴘᴏʀᴛ ᴀᴛ @ScamSecureBot ᴀꜰᴛᴇʀ ʀᴇᴘᴏʀᴛ ʏᴏᴜ ᴡᴏɴᴛ ɢᴇᴛ ʏᴏᴜʀ ᴍᴏɴᴇʏ ʙᴀᴄᴋ ʙᴜᴛ ʏᴏᴜ ᴄᴀɴ ᴀʟᴇʀᴛ ᴏᴛʜᴇʀ ᴜꜱᴇʀꜱ ᴀʙᴏᴜᴛ ʜɪᴍ👍
👍2🔥1🎉1
🗓️ 𝗔𝗹𝗹 𝗔𝗽𝗶 𝗖𝗼𝗱𝗲 𝗧𝗵𝗮𝘁 𝗜𝗻 𝗕𝗼𝘁 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
➪
Api.sendMessage
- Send a message to a specific chat➪
Api.getMe
- Gets information about the bot itself➪
Api.getUserProfilePhotos
- Gets a user’s profile photos➪
Api.forwardMessage
- Forwards a message from one chat to another➪
Api.sendPhoto
- Send a photo to a specific chat➪
Api.sendDocument
- Send a document (e.g., PDF, Word, etc.) to a chat➪
Api.sendVideo
- Send a video to a chat➪
Api.sendAudio
- Send an audio file (such as a music track) to a chat➪
Api.sendVoice
- Send a voice message (a .ogg audio file➪
Api.sendLocation
- Sends location coordinates to a chat➪
Api.getChat
- Gets information about a specific chat➪
Api.getChatAdministrators
- Gets a list of administrators in a chat➪
Api.getChatMemberCount
- Get the number of members in a chat➪
Api.getChatMember
- Get information about a specific member of a chat➪
Api.kickChatMember
- Kicks a user from a chat (removes them from the group)➪
Api.unbanChatMember
- Unban a user from a chat➪
Api.leaveChat
- Leave a group, supergroup, or channel➪
Api.editMessageText
- Edit the text of an already sent message➪
Api.deleteMessage
- Delete a message from a chat➪
Api.answerCallbackQuery
- Sends a response to a callback query (used for inline buttons)🎉3👍2❤1🐳1😘1
Flex Coder
🗓️ 𝗔𝗹𝗹 𝗔𝗽𝗶 𝗖𝗼𝗱𝗲 𝗧𝗵𝗮𝘁 𝗜𝗻 𝗕𝗼𝘁 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 ➪ Api.sendMessage - Send a message to a specific chat ➪ Api.getMe - Gets information about the bot itself ➪ Api.getUserProfilePhotos - Gets a user’s profile photos ➪ Api.forwardMessage - Forwards a message from one…
Give Some Reaction Also 🥺
👏4🎉1
Good Morning! 🌞☀️
We hope your day is off to a fantastic start! 🌼🌈 Remember, every morning is a new opportunity to chase your dreams and achieve great things. 💪🌟 Stay positive, stay motivated, and make today amazing! 🚀😊
Best wishes,
Dark_Bjs 🌺🌿
❤2👍1🎉1👌1
🚨 Giveaway Alert 🚨
⛓️ Use Bot To Generate Refer Link: @ReferBjsBot
📌 END AT 210 SUBSCRIBERS OF @DARK_BJS
High Refer Will Win Refer & Earn Bot With Admin Panel & Ai Helper Bot & More..
⛓️ Use Bot To Generate Refer Link: @ReferBjsBot
📌 END AT 210 SUBSCRIBERS OF @DARK_BJS
🎉2👍1👏1
This media is not supported in your browser
VIEW IN TELEGRAM
Want This Animation Text Giveaway 🤔?
👍3🕊2🎉1😍1