FlashCom - BJS Codes / Bots
Ir al canal en Telegram
This channel helps you to create bots, learn to create bots and to accuire bjs codes. Discover special giveaways, exclusive free offers given by this channel. Support @FlashComSupport Partner : @SiyaBots
Mostrar más880
Suscriptores
-124 horas
-17 días
-2630 días
Archivo de publicaciones
❯ Random Great Advice BJs ❮
❯ https://t.me/BjsPremium/21 ❮
©️ CoderSensui
Welcome New Users 🤗
⭐ This Channel Provides you code where you can build your own telegram bots for free in Bots.Business.
What's Bots.Business ?
⭐ It's an app where you can build your own bots for free using mobile phone or PC.
What this channel benefits to you ?
⭐ From here you can receive bots and codes needed for the bots.business app and run it by your own ways !
Repost from GetMart Official Channel
Having Issues Regarding Our Channels or Anything Related to what We made ❓
⭐ We have launched a support bot where you can ask questions directly from owner !
Try Using @FlashComSupportBot For Contacting Owner !
Repost from GetMart Official Channel
If This Channel & Coders Are Helpful Just One Request ?
✨ Invite Your Friends Who Are Looking to Create Bots & Explore Codes to Create Bots, Website Or Apps.
This is A Great Help For Us ! 🤝
⭐ We will Keep Running This Channel ⭐
📌 Force Join Channel in Group BJS Code
📢 Using this you can mute the users in your group until they join your Telegram channel once they join and they can click unmute button then the bot will unmute the user if he join the channel and if he / she left tje channel then fhe bot will automatically mute the user back in group until they join your channel.
💻 Setup ❓
-- First Replace
@flashcombjs to your channel in /join command.
-- Install ResourcesLib & Membership Libs.
-- Add the bot to channel as admin by giving permission to read user list !
-- Add the bot to group by giving permission to mute and unmute users !
🚀 Command : *
🛠️ BJS Code : let new_members = request.new_chat_members;
var newid = request.new_chat_members[0].id
let msg2 = "";
let comma2 = "";
if(new_members.length > 0){
for(var i=0; i<new_members.length; i++){
msg2 = msg2 + comma2 + Libs.commonLib.getNameFor(new_members[i])
}
msg2 = "<b>👨💻Hello, " + msg2 + "\n\n🔐You need to join our channel for sending messages in group\n\n1. @flashcombjs.\n\nAfter Joining Click Below Button to Unmute Yourself</b>";
Api.restrictChatMember({chat_id: request.chat.id, user_id: ""+newid+"",
can_send_messages:false})
User.setProperty("chatid",request.chat.id,"text")
Api.sendMessage({chat_id: request.chat.id, text: msg2, parse_mode:"html",reply_markup:{inline_keyboard : [[{text :"✅ Joined",callback_data:"/join "+newid+""}]]
}})
}
🚀 Command : /join
🛠️ Bjs Code : if(params === ""+user.telegramid+""){
var chan = "@flashcombjs";
let id = user.telegramid
Api.getChatMember({
chat_id : chan,
user_id : id,
on_result :"/dochek"})
}else{
Api.answerCallbackQuery({
callback_query_id: request .id,
text: "Sorry this is not for you",
show_alert: true
})
}
🚀 Command : /docheck
🛠️ BJS Code : var user1 = options.result.status;
if (user1=="member" | user1 =="administrator" | user1=="creator"){
var chatid = User.getProperty("chatid")
var message_id = request.message.message_id
var chat_id = request.message.chat.id
Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
Api.restrictChatMember({chat_id: chatid, user_id: user.telegramid,
can_send_messages:true})
Api.answerCallbackQuery({
callback_query_id: request .id,
text: "✅ You are Now Unmuted",
show_alert: true
})
}
if (user1=="left"){
Api.answerCallbackQuery({
callback_query_id: request .id,
text: "🔐 You Need to Join Channel to unmute",
show_alert: true
})
}
⚡ Requested by : @cn_kvng
⚡Posted by : @flashcomowner
⚡Credits : @Coderajinkya
⚡ Official Channel : @flashcomofficialIf You Need Crypto Price Checker BJS Code Just Give an "🔥" By Tapping to this post to verify how many needs the BJS Code
Stay Tuned and Alert For More !
📢 Free Temp Mail Bot 💌 Giveaway
🚀 Go to @TempVerify_Bot And Start the Bot and then follow the steps and finally get the bot !
Make Sure We highly thanks for the @TZMS_SAMNS for donating us the bot
🤝 If your willing to give your bots to post as Giveaways sometimes
Donate Bots to Us Now ! ( We may post giveaways sometimes )
flashcomdonation@gmail.comRepost from GetMart Official Channel
Please Ensure Explore Your Ideas Now !
🛠 Just Comment Us Down What Codes & Bots You Need Just Give us an Idea !
Thank You, FlashCom Owner
#FlashExplore
⚡ Random Jokes Generator
⚡ BJ'S =
HTTP.get({
url: "https://sensui-useless-apis.codersensui.repl.co/api/fun/joke",
success: "/joke1"
})
⚡ NEW COMMAND : /joke1
⚡ BJ'S =
var result = JSON.parse(content)
var result2 = result.joke
if(result2 == null){
var PS2 = result.setup
var PS1 = result.punchline
var caption = "*A Joke For You*\n\n❔ "+PS2+"\n\n💥 "+PS1+""
var photo = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQBWiP9tIGec4_DbWoMsN87yyi_GRdkpySGGw&usqp=CAU"
Api.sendPhoto({ photo: photo, caption: caption, parse_mode: "Markdown" })
}else{
var Joke = result.joke
var caption = "*A Joke For You*\n\n✨ "+Joke+""
var photo = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQBWiP9tIGec4_DbWoMsN87yyi_GRdkpySGGw&usqp=CAU"
Api.sendPhoto({ photo: photo, caption: caption, parse_mode: "Markdown" })
}
API ENDPOINT
- https://sensui-useless-apis.codersensui.repl.co🚀 Transfer Bots To Another Bots.Business Email
🚀 Command :
/clone
Wait For Answer : On ✅
📝 Answer : send bots.business email you want to transfer
🛠️ BJS Code : if (user.telegramid == your tg id){
BBAdmin.installBot({
email: message,
bot_id: bot.id
})
Bot.sendMessage("Done, Bot has been sent to that email for more @flashcombjs")
}else{
Bot.sendMessage("Admin Only Can Send")
}
//Change the user.telegramid to your Telegram id on top
⚡️ Official Channel : @flashcomofficial
⚡️ Error & Support : @flashcomofficialchatRepost from GetMart Official Channel
🚀 Wanted to Post Giveaways Of Your Bots !
Let's Get in
🆓 You Can Donate us Free Bots For Now ! And To Enable Credits Send Your Bots With Command Credits by adding your Credits To Add Credits While we Post as Giveaway !
Donate Bots to Us Now !
Bots.Business Email
flashcomdonation@gmail.com
Telebot Creator Email
Coming Soon...
🔒 We Provided You Many Bots & Codes as Giveaways and For Free.
✅ We Provided you many Codes & Bots As Giveaways And Helping For Beginners Etc...
🤖 We Request You to Donate Bots to us It will be the greatest help your giving to us ! 🤝
🔒 Bot Must be A Real Bot and Working One !
⭐ Once Done Send a Screenshot At official Group at the topic on BJS Discussion or All in one topic by Adding Image Caption as @admin. And then Make Your Usernames or Names Display In the Donation List !
✨ Support : @flashcomofficialchat
Thanks & Regards,
FlashCom Owner🧮 Calculator BJS Bot Giveaway
Go to @FreeBJSCalBot and Start the bot follow the steps & get it
Simple & Easy !
Repost from Cubex Movie
🔥INTRODUCING TEXT TO SPEECH ( TTS ) BOT🔥
✪ This bot can convert your text to speech for free and unlimited count !
🏹 This bot has extracted Files feature from @QiraBot - You can use this bot with this tools and more !
Use @TtsFreeBot Now !
Try This Bot @MeowGalleryBot Guys And Check The Note On
https://t.me/SensuiBots/228
Repost from lxwis Bots Official
Go To @Batterybotmakebot
And Paste This
/getBot
Then Send Your Bb Mail To Get The Bot For Free
@SensuiBots @CoderSensui📌 How To Send Email In Your Bot
🚀 Command :
📧 Send Email
🛠️ BJS Code :
Bot.sendMessage("Send me your email address")
Bot.runCommand("/gmail")
🚀 Command : /gmail
Wait For Answer : ✅
🛠️ BJS Code :
HTTP.post({
url: "https://gmailapi.vercel.app",
success: "onsuccess",
body: {
sender: "owner@gmail.com",
password: "your gmail app password",
recipient: message, //user@gmail.com
subject: "I'm Subject!",
message: "I'm message, i can be in text or html format."
}
})
// please visit https://gmailapi.vercel.app/help to know how to get your gmail app password
🚀 Command : onsuccess
🛠️ BJS Code :
var result = JSON.parse(content)
var status = result.status
if (status == "error"){
var info = result.message
// Api.sendMessage({chat_id: "adminid",text: info,parse_mode:"Markdown"}})
Bot.sendMessage("Error, check your email and try again!")
} else {
Bot.sendMessage("Email sent successful")
}
⚠️ Learn how to get your gmail app password here
⚡ Official Channel : @flashcomofficial
⚡ Credits : @JOBIANSTECHIE
⭐️ Credits Channel : @Codinary , @RgBotsOfficial
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
