FlashCom - BJS Codes / Bots
881 subscribers
51 photos
4 videos
1 file
93 links
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
Download Telegram
πŸ‘‹
We will Make This Channel Active Soon By Providing Giveaways & BJS Codes Soon !
πŸ‘2πŸ”₯2
Reminder BJS❓

πŸš€ Command : /start
πŸ› οΈ BJS Code : Bot.sendMessage("Hey there I am a reminder bot who helps to remind something on specific time and date. You can set any task to remind\n\nFormat :  _/setReminder minutes [reply]_\n\nEg : /setReminder 5 (remind after 5 minute)\n\nTo clear all reminders : /clearReminders")

πŸš€ Command : /setReminder
πŸ› οΈ BJS Code :
Bot.run( {
    command: "/reminder",
    run_after: parseInt(params)*60,
    options:{ text: request.reply_to_message.text}
  } )


πŸš€ Command : /reminder
πŸ› οΈ BJS Code : Bot.sendMessage("*Reminder AlertπŸ””*\n\n_"+options.text+"_")

πŸš€ Command : /clearReminders
πŸ› οΈ BJS Code : Bot.clearRunAfter()
Bot.sendMessage("All reminders has been cleared successfully.")


⚑Posted by : @flashcomowner
⚑Channel 01 : @bjsbottg
⚑Error Report :
@flashcomofficialchat
⚑ Official Channel : @flashcomofficial
πŸ‘3
Forwarded from GetMart Official Channel (yep)
Anyone Who is Pro Coders of BJS ( Bot JavaScript ) And Knows Well on Bots.Business

And Also Pro Coders of TPY and Knows Well on Telebot Creator

Please Make Sure We Need Some Coders To Our Channel To Post Their Codes On Our Channel Tag admin in @flashcomofficialchat Regarding This

Thanks FlashCom Owner

#FlashCoders
Start & Stop Bot without BB Account [Using API key & Bot ID] Bjs❓

πŸš€ Command: /startbot
βš’ Bjs code:
HTTP.post( {
    url: "https://api.bots.business/v1/bots/" + message + "/status?api_key=[YOUR_BB_API_KEY]",
    success: '/start ',
    body: {status: "start_launch"}
  } )
Bot.sendMessage("Bot is online")


πŸš€ Command: /stopbot
βš’ Bjs code:
HTTP.post( {
    url: "https://api.bots.business/v1/bots/" + message + "/status?api_key=[YOUR_BB_API_KEY]",
    success: '/start ',
    body: {status: "start_stopping"}
  } )
Bot.sendMessage("Bot is offline")


⚑️ Posted by: @shlok_bundele
⚑️ Credits: @GainerZYZ
⚑️ Error Report: @flashcomofficialchat
⚑️ Official Channel: @flashcomofficial
πŸ‘3
Forwarded from Cubex Movie
#Ads

Finding to Get Games at a Least Price

βœ… You may Join the WhatsApp group look for the games you want by purchasing it for a least price. You may read the group instructions or the post to find how to purchase the specific game ?

Discover many games you want.

WhatsApp Group :
https://chat.whatsapp.com/FbB41k4mgSyGb3PbWZhqIG

Share this link with your family members and friends 🀝🫢🏻

Thank you 😊

This is an ad of Dvd Hut Of Sri Lanka Where You Will Be Able to Purchase Games At a least Price. Supported currencies can be discussed by the specific game providers of the WhatsApp Group

Q.A. I'd : 19839292
Report Ad

#ADS
Talk with admin bot like livegram BJS ❓

πŸš€ Command: *
βš’BJS code:
// Change your chat ID here.
Bot.setProperty("id", 1272403758);

var admin = Bot.getProperty("id");
if (request.reply_to_message && user.telegramid == admin) {
var fromchatid = user.telegramid;
var fromsgid = request.message_id;
var id_sup = Bot.getProperty("id_sup");
var msg = message;

Api.forwardMessage({
chat_id: id_sup,
from_chat_id: admin,
message_id: fromsgid
});
}

Bot.setProperty("id_sup", user.telegramid);
var fromchatid = user.telegramid;
var fromsgid = request.message_id;

if (request.forward_from) {
var fromchati = request.forward_from.id;
var fromsgi = request.message_id;
}

if (request.forward_from_chat) {
var fromchatid = request.forward_from_chat.id;
var fromsgid = request.forward_from_message_id;
}

Api.forwardMessage({
chat_id: admin,
from_chat_id: fromchatid,
message_id: fromsgid
});


⚑️ Posted by: @shivamb311
⚑️ Credits: @shivamb311
⚑️ Error Report: @flashcomofficialchat
⚑️ Official Channel: @flashcomofficial
πŸ‘2
FlashCom - BJS Codes / Bots pinned Β«Talk with admin bot like livegram BJS ❓ πŸš€ Command: * βš’BJS code: // Change your chat ID here. Bot.setProperty("id", 1272403758); var admin = Bot.getProperty("id"); if (request.reply_to_message && user.telegramid == admin) { var fromchatid = user.telegramid;…»
Forwarded from GetMart Official Channel (FlashCom)
​Explore the best bots you want !

⭐ From @QiraOfficial telegram channel you can explore bots & it's updates which will be useful for you....
Ban user in bot BJS❓

πŸš€ Command: /ban
πŸ“ Answer: Send the user's ID to ban them.
πŸ› οΈ BJS:
var key = "your_id_here";
if (user.telegramid == key) {
Bot.setProperty("" + message + "", "ban", "string");
Bot.sendMessage("User " + message + " has been banned successfully.");
} else {
return;
}

πŸ“Œ Wait for an answer: On

πŸš€ Command: /unban
πŸ“ Answer: Send the user's ID to unban them.
πŸ› οΈ BJS:
var key = "your_id_here";
if (user.telegramid == key) {
Bot.setProperty("" + message + "", "unban", "string");
Bot.sendMessage("User " + message + " has been unbanned successfully.");
} else {
return;
}

πŸ“Œ Wait for an answer: On

πŸš€ Command: @
πŸ› οΈ BJS:

let stat = Bot.getProperty("" + user.telegramid + "")
if (stat == "ban") {
Bot.sendMessage("You have been banned by the admin.");
return;
}

πŸ“Œ Wait for an answer: Off


πŸ“‹ Note: Change admin id with key.

⚑Posted by : @shlok_bundele
⚑Credits : Unknown
⚑Error Report :
@flashcomofficialchat
⚑Official Channel : @flashcomofficial
❀16🀩13πŸ”₯12πŸ‘10πŸ‘9πŸ₯°8
Instagram Reel Downloader Bot Bjs ❓

πŸš€ Command: *
βš’ Bjs code:
if(message.startsWith("https://www.instagram.com/")){
var apiUrl="https://nodejs-1xn1lcfy3-jobians.vercel.app/v2/downloader/instagram?url="+message

HTTP.get({
   url:apiUrl,
   success:"/success"
  
   })


  }else{
  Bot.sendMessage("enter a valid insta url")
 
  }


πŸš€ Command: /success
βš’ Bjs code:
var response=JSON.parse(content)
if(response.status==false){
  return Bot.sendMessage("Some error occurred ! ")
 
  }

var media =response.data
for(let i=0;i<media.length;i++){
  Api.sendDocument({ document: media[i].url })
  }


⚑️Posted by: @shlok_bundele
⚑️Credits: @sarozpaudel
⚑️Error Report: @flashcomofficialchat
⚑️Official Channel: @flashcomofficial
πŸ‘Ž3πŸ‘2
User information Bjs ❓

πŸš€ Command: /info
βš’ Bjs code:
Api.getUserProfilePhotos({
user_id: user.telegramid,
on_result: "onGetProfilePhotos"
});


πŸš€ Command: onGetProfilePhotos
βš’ Bjs code:
var userInfo=request.from
var text="<b>First Name</b> : "+userInfo.first_name+(userInfo.last_name ? "\n<b>Last Name</b> : "+userInfo.last_name :"" )+"\n<b>Telegram Premium</b> : "+(userInfo.is_premium ? "Yes βœ…":"No ❌")+"\n<b>ID</b> : "+userInfo.id+""+"\n<b>UserName</b> : "+(userInfo.username ?"@"+userInfo.username:"🚫")
if(!options.ok){
return Bot.sendMessage("Error!");
}

if(options.result.total_count==0){
Bot.sendMessage(text)
return
}

let photos = options.result.photos;

Api.sendPhoto( { photo: photos[0][0].file_id ,caption:text,parse_mode:"html"} );


⚑️Posted by: @shivamb311
⚑Credits: @sarozpaudel
⚑️Error Report: @flashcomofficialchat
⚑️Official Channel: @flashcomofficial
πŸ‘1
Broadcast message Bjs ❓

πŸš€ Command: /broadcast
πŸ“Œ Answer: Enter your message for broadcast.
πŸ”° Wait for answer: On
βš’ Bjs code:
if(user.telegram!="1272403758"){return}

Bot.sendMessage("Message sent to all users")

Bot.runAll({
command: "/message",
options: {chat_id: request.chat.id,message_id: request.message_id}
})


πŸš€ Command: /message
πŸ”° Wait for answer: Off
βš’ Bjs code:
Api.copyMessage({
chat_id: user.telegramid,
from_chat_id: options.chat_id,
message_id: options.message_id,
})


❕Note: Must edit the admin id with your telegram id.

⚑️Posted by: @shivamb311
⚑Credits: unknown
⚑️Error Report: @flashcomofficialchat
⚑️Official Channel: @flashcomofficial
πŸ‘3
πŸ“’ Wish to be a part of our team ?

✴️ We need people to post codes, giveaways etc... To our made channels and for free.

If your willing to become a member of our team then please make sure contact @FlashComSupport

Due Data : 23/11/2023 ( Make sure send a message to the particular account mentioned above before the due Data by asking to become a part of our team )

Requirements

1. BJS
2. TPY
3. Group Management
4. Channel Checker

You may select a topic and request from the above mentioned account.

❗Hurry Up Only 1 Will Be Selected Each Of The Above Mentioned Requirements

Thanks,
πŸ‘1
FlashCom - BJS Codes / Bots
πŸ“’ Wish to be a part of our team ? ✴️ We need people to post codes, giveaways etc... To our made channels and for free. If your willing to become a member of our team then please make sure contact @FlashComSupport Due Data : 23/11/2023 ( Make sure send…
Two has been already selected as a member of the particular channel / group now only another two are available

Available Requirements

1. BJS
2. Channel Checker

Now Soon Become a Member Of Our Team By Messaging @FlashComSupport By Sending any of the above available requirements or even you can select two
πŸ”₯1
πŸ“Œ Inline Keyboard BJS ❓

πŸš€ Command : /start

nWait for answer : ❌

πŸ› οΈ BJS Code : var buttons = [
{title: "Go to Google", url: "https://google.com"},
{title: "Call command for Button1", command: "/touch Button1" },
{title: "Call command for Button2", command: "/touch Button2" }
];

Bot.sendInlineKeyboard(buttons, "Please make a choice. After that, another command /touch will be started with parameters");


⚑️Posted on : @flashcombjs
⚑️Posted by : @HelpGoFree
⚑️Credits : @BotsBus
⚑️Error Report : @flashcomofficialchat
⚑️ Official Channel : @flashcomofficial

πŸ”΄ Flag Post
πŸ‘1
Forwarded from GetMart Official Channel (HelpGo Free)
We need help from you ?

> If you know php and know to host files in databases please make sure send a message to @FlashComSupport because we need help from you !

Thank You,
πŸ“Œ Random Logo Generator Bjs❓

πŸš€ Command : /logo

Wait for answer : βœ”οΈ

πŸ› οΈ BJS Code :
HTTP.get({
  url:  "https://logomaker.apinepdev.workers.dev/?logoname=" + encodeURI(message),
  success: "/onLoading"
})
πŸš€ Command : /onLoading

Wait for answer :
❌

πŸ› οΈ BJS Code :
var logo = JSON.parse(content).logo
if (logo) {
Api.sendChatAction({
chat_id: chat.chatid,
action: "upload_photo"
})
Api.sendPhoto({
photo: logo,
caption: `<b>✨ Your Logo Generated!

⚑ Coded By @Swastik_Raj
🀩 Coding Channel @Privates_Bots</>`,
parse_mode: "html"
})
return
}
Api.sendChatAction({
chat_id: chat.chatid,
action: "typing"
})
Bot.sendMessage("*_❌ Some Error On External Api To Generate Logo._*")
⚑️Posted on : @flashcombjs
⚑️Posted by :
@CoderSwastik
⚑️Credits :
@Swastik_Raj
⚑️Api by : @Prime_Nepcoder
⚑️Error Report :
@flashcomofficialchat
⚑️ Official Channel :
@flashcomofficial

πŸ”΄ Flag Post
Do you want your bjs codes or bots giveaways to be posted in this channel !

⭐️ If your willing to post your bjs codes or your bjs bots giveaways to this channel you can contact @FlashComSupport by sending your post.

Post Format Will Be Edited And Posted In This Channel Once After Verifying

Send Message Of Your Bjs Codes or Bots to @FlashComSupport
πŸ“Œ Logo Maker BJS ❓

πŸš€ Command : /start

Wait for answer : βœ”οΈ

Answer : Send Logo Name ?

πŸ›  BJS Code :
Bot.sendMessage( "Click on Next type to create a\n  ☟different type of logo.☟")
// command post runs a command
// where the url is written opens a link:/

Api.sendPhoto({
photo:
"https://malfrafg.sirv.com/images.jfif?text=" +
message +
"&text.font.weight=extra-bold&text.size=80&text.font.style=italic&text.outline.width=10&text.outline.color=00000&text.position=center&text.font.family=Bitter&text.color=D90A08&text.outline.blur=10",
caption:
"*πŸ“ Congrats! Your Logo Is Ready...\n\nGENERATED BY @" + bot.name + "*",
parse_mode: "markdown"
})


⚑️Posted on : @flashcombjs
⚑️Posted by : @flashcomowner
⚑️Credits : @CodeUnknownCredits
⚑️Error Report : @flashcomofficialchat
⚑️ Official Channel : @flashcomofficial

πŸ”΄ Flag Post
πŸ‘2