https://t.me/BBActionsLogs - we have logs for BB Chat admins actions
Telegram
BB LOGS
@ChatBotsBusiness Banned or muted users notifications.
How to make bot export to Gitgub
Video from @UntoldHacker
https://www.youtube.com/watch?v=07MYMPAVT4c&ab_channel=Kp%27sSpecials
Video from @UntoldHacker
https://www.youtube.com/watch?v=07MYMPAVT4c&ab_channel=Kp%27sSpecials
YouTube
How to export your Bot to GitHub repo / Bots.business / Secrets in description
This vedio was posted, for telling how to upload a telegram bot to GitHub repo!
App link: http://bots.business/?utm_source=bot_ads&utm_medium=bb-adv2&utm_campaign=%20bot_168585:%20BotSellerMegaBot
Order Readymade bots: https://t.me/BotSellerBot
Video maker:…
App link: http://bots.business/?utm_source=bot_ads&utm_medium=bb-adv2&utm_campaign=%20bot_168585:%20BotSellerMegaBot
Order Readymade bots: https://t.me/BotSellerBot
Video maker:…
Forwarded from ꧁ °᭄ Your Friend ツ꧂「🇮🇳」
❓ How To Check Live Price By Coinbase Api.
⁉️ First On Bot.Business.
♻️ Command - Live
🌐 BJS - HTTP.get({ url: "https://api.coinbase.com/v2/prices/spot?currency=USD", success: "/Price" })
♻️ Command - /Price
🌐 BJS -
💎 Coded By :- @Shadab_Alam
⁉️ First On Bot.Business.
♻️ Command - Live
🌐 BJS - HTTP.get({ url: "https://api.coinbase.com/v2/prices/spot?currency=USD", success: "/Price" })
♻️ Command - /Price
🌐 BJS -
var result = JSON.parse(content)
var btc = result.data.amount
var time = Libs.DateTimeFormat.format(new Date(),"h:M:s T")+"M"
Api.sendPhoto({ photo: "https://bit.ly/38y1Yle",
caption: "*📊 Live BTC Price = "+btc+" $\n\n⏳ Server Time = "+time+"\n\n🌐 Developer = @Shadab_Alam*", parse_mode: "Markdown" })💎 Coded By :- @Shadab_Alam
❤1👍1😁1
use camelCase for naming:
// https://www.w3schools.com/js/js_conventions.asp#:~:text=Naming%20Conventions&text=Variable%20and%20function%20names%20written,like%20PI)%20written%20in%20UPPERCASE
// https://www.w3schools.com/js/js_conventions.asp#:~:text=Naming%20Conventions&text=Variable%20and%20function%20names%20written,like%20PI)%20written%20in%20UPPERCASE
Forwarded from 【Yash Gupta™】 🇮🇳
😍 Today I Am Giving JackPort Game BJS For Free
🎰 Jackport Game BJS
Command: 🎰 Jackport
BJS:
Command: Result
BJS:
✅ Developer: @YashGupta20
💎 BB Point Donation: https://t.me/BBPointBot?start=req62-10-points-to-818669679
#⃣ Tags: #Yash_Dev #Game #Jackport
🎰 Jackport Game BJS
Command: 🎰 Jackport
BJS:
Api.sendDice({ on_result:"Result",emoji:"🎰"})Command: Result
BJS:
Bot.sendMessage("🎰Result: " +options.result.dice.value)✅ Developer: @YashGupta20
💎 BB Point Donation: https://t.me/BBPointBot?start=req62-10-points-to-818669679
#⃣ Tags: #Yash_Dev #Game #Jackport
Forwarded from Xrd
🌐Coded By ©𝐑𝐚𝐝𝐢𝐧
💎Credits ©𝐑𝐚𝐝𝐢𝐧 , ℳ🅺ℬ 😜
🔗Bitly.com URL Shortener Bjs
•Command :
•In Answer :
•✔️Wait For Answer On
•In Bjs
-----------------------------------------------
•Command :
•In Bjs
____________________________
🌐Coded By ©𝐑𝐚𝐝𝐢𝐧
💎Credits ©𝐑𝐚𝐝𝐢𝐧 , ℳ🅺ℬ 😜
💎Credits ©𝐑𝐚𝐝𝐢𝐧 , ℳ🅺ℬ 😜
🔗Bitly.com URL Shortener Bjs
•Command :
Bit.ly [Your Wish]•In Answer :
*Send Your Long Url*•✔️Wait For Answer On
•In Bjs
var api = "Your API Key"
var longurl = message
var url =
"https://api-ssl.bitly.com/v3/shorten?access_token=" +
api +
"&longUrl=" +
longurl
HTTP.post({
url: url,
success: "ShortLink"
})-----------------------------------------------
•Command :
ShortLink
•Wait For Answer🚫•In Bjs
let val = JSON.parse(content)
let shortlink = val.data.url
let err = val.status_txt
if (err == "INVALID_URI") {
Bot.sendMessage("*This Is Not A Valid Url\n/TryAgain*")
return
}
Bot.sendMessage("*🔗Your ShortLink Created :*\n\n"+shortlink)____________________________
🌐Coded By ©𝐑𝐚𝐝𝐢𝐧
💎Credits ©𝐑𝐚𝐝𝐢𝐧 , ℳ🅺ℬ 😜
Bots.Business
Photo
Really - it is very hard to fix such code!
Do NOT use eval from user's input.
NEVER!
Do NOT use eval from user's input.
NEVER!
Bots.Business
Photo
💎1000 BB Points for safe user's eval:
var res = eval(message);
Bot.sendMessage(res);
var res = eval(message);
Bot.sendMessage(res);