Advanced Bot Codingsโข
โ How To Use This Api In BJS Code To Convert The Message In Hindi ? ๐ Command: /Translate ๐ Answer: Enter Your Text To Convert It To Another Language. ๐ฉ Wait For Answer: On ๐ BJS: HTTP.get({ url: "https://shadabalam.cf/api/translator.php?text="+message.split("โฆ
๐ด Translator Api fixing in progress...
Advanced Bot Codingsโข
๐ด Translator Api fixing in progress...
So Guys, Api Is Ready But Due To My Bad Luck. 000webhost Banned My Account So I Add The Api In My Api Domain But Don't Worry Soon I Will Host Again And I Will Make The All Api Again๐
๐ Advanced Link Shortner BJS
๐ง Command :-
๐ป BJS :-
๐ง Command :-
๐ป BJS :-
}
๐ง Command :-
๐ป BJS :-
โ Get Your Api Key From https://slweb.tk/ !
โจ Credit - @TricksXTechOwner
๐ง Command :-
/start
๐ป BJS :-
Bot.sendMessage("Welcome To SL Link Shortner Bot.\n\nSend Any Link I Will Short It")
๐ง Command :-
*
๐ป BJS :-
function validURL(url) {
var regex = /^(?:(?:https?|ftp):\/\/)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})))(?::\d{2,5})?(?:\/\S*)?$/
return regex.test(url)
}
if (validURL(message)) {
HTTP.post({
url: "https://slweb.tk/api/url/add",
success: "/onDone",
body: {
url: message
},
headers: {
Authorization: "Bearer key",
"Content-Type": "application/json"
}
})
//Remove key and add your api key
} else {
Bot.sendMessage("Wrong URL\nExample :
https://youtube.com
",{is_reply:true})}
๐ง Command :-
/onDone
๐ป BJS :-
var Data = JSON.parse(content)
var Short_Link = Data.shorturl
let err = Data.error
if (err == "0") {
Bot.sendMessage("โโโโโโโโโโโโ\nShort Link : "+Short_Link+"\nโโโโโโโโโโโโ",{is_reply:true,disable_web_page_preview:true})
return
}
Bot.sendMessage("Enter Correct Api Key,",{is_reply:true})
โ Get Your Api Key From https://slweb.tk/ !
โจ Credit - @TricksXTechOwner
๐ฐ Rate Us BJ's For Free ๐
It's Too Advance BJ's
#1st On Telegram
๐ง Command :- Your Command
๐ป BJS :-
๐ง New Command :-
๐ป BJS :-
โจ Credit: @TricksXTechOwner
It's Too Advance BJ's
#1st On Telegram
๐ง Command :- Your Command
๐ป BJS :-
if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
if (request.data) {
var message_id = request.message.message_id
var chat_id = request.message.chat.id
Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
}
var user_rated = User.getProperty("userRated")
if(!user_rated){
var button = [[{title:"๐๐๐๐๐",command:"/rate 5"}],[{title:"๐๐๐๐",command:"/rate 4"}],[{title:"๐๐๐",command:"/rate 3"}],[{title:"๐๐",command:"/rate 2"}],[{title:"๐",command:"/rate 1"}]]
Bot.sendInlineKeyboard(button,"*โญ Please Rate Us โญ*\n\n_How was Your Experience With Us:_")
}else{
Bot.sendMessage("*๐ฅฐ You Already Rated Us And We Have Received Your Feedback*")
}
๐ง New Command :-
/rate
๐ป BJS :-
if(chat.chat_type!="private"){
Bot.sendMessage("_Open me in private_");
return
}
if (request.data) {
var message_id = request.message.message_id
var chat_id = request.message.chatu.id
Api.deleteMessage({
chat_id: chat_id,
message_id: message_id
})
}
if(!params){ return }
var user_rated = User.getProperty("userRated")
if(!user_rated){
var rated = params.split(" ")
var rates = ""
var i;
for(i=1;i<=rated;i++){
rates+="๐"
}}
User.setProperty("userRated","yes","text")
Api.sendMessage({
chat_id: "@SentSellerLogs",
text: "*๐New Rating Found\n\n๐คUser :* "+"["+user.telegramid+"]"+"("+"tg://user?id="+user.telegramid+")"+"\n*๐ธ User Id :*
"+user.telegramid+"
\n๐Rating : " +rates+ "\n\n๐ Bot : @"+bot.name+"*",parse_mode: "Markdown"
})
Bot.sendMessage("*๐ Thanks For Rating Us Your Feedback Is Valuable To Us*")
}else{
Bot.sendMessage("*๐ฅฐ You Already Rated Us And We Have Received Your Feedback*")
}
โจ Credit: @TricksXTechOwner
โ Important Information โ ๏ธ
If Anyone Is Providing You His/Her Bot Token For Making Bot Then Don't Take His Token For Making Bot Once You Hosted His Bot From His Token. He Will Be Able Request For Resetting Your BB Account And Your Account Can Be Get Hacked.
โ ๏ธ Bots.Business Added This Function In @BotsBusinessAdminBot.
๐บ Stay Safe, Stay With Us
๐ง๐ปโ๐ป Admin ~ Shadab Alam
If Anyone Is Providing You His/Her Bot Token For Making Bot Then Don't Take His Token For Making Bot Once You Hosted His Bot From His Token. He Will Be Able Request For Resetting Your BB Account And Your Account Can Be Get Hacked.
โ ๏ธ Bots.Business Added This Function In @BotsBusinessAdminBot.
๐บ Stay Safe, Stay With Us
๐ง๐ปโ๐ป Admin ~ Shadab Alam
๐ฎ๐ณ Ind Vs Pak ๐ต๐ฐ
India lose the match ๐ฅฒ๐ข
But don't worry, Next match will happen soon ๐
India lose the match ๐ฅฒ๐ข
But don't worry, Next match will happen soon ๐
โ Are you finding autopay api for crypto bot ?
โ๏ธ Contact :- @Shadab_Alam
๐ค Api supports withdrawal for Polygon, Thundercore & Celo Blockchain for currently. Soon, more will be added.
โผ๏ธ Note: Terms & conditions applied.
โ๏ธ Contact :- @Shadab_Alam
๐ค Api supports withdrawal for Polygon, Thundercore & Celo Blockchain for currently. Soon, more will be added.
โผ๏ธ Note: Terms & conditions applied.
๐ข Announcement: Launching our official SMM Panel Bot soon with cheapest price... Build in progress.
๐ Presenting Teleseen Bot With Cheapest Price #Official_Bot
Bot :- @TeleSeen_ENG_Bot
Features:
- Cheapest price.
- Fastly order completed.
- Support command available.
- Track order option available.
- Adding more features soon.
๐ฑ Official Channel - @Teleseen_ENG
๐ป Run & managed By: @Shadab_Alam
Bot :- @TeleSeen_ENG_Bot
Features:
- Cheapest price.
- Fastly order completed.
- Support command available.
- Track order option available.
- Adding more features soon.
๐ฑ Official Channel - @Teleseen_ENG
๐ป Run & managed By: @Shadab_Alam
India won the today match. Start reacting for this match...
Suggest me any code that you want ?
In comment | Note :- Code suggestions not bot suggestions.
In comment | Note :- Code suggestions not bot suggestions.
This media is not supported in your browser
VIEW IN TELEGRAM
2.00 Crore Ka Package Alag Se โบ๏ธ Kon Kon Chal Rha Hai Mere Saath Google Me Job Ke Liye โบ๏ธโบ๏ธ๐
This media is not supported in your browser
VIEW IN TELEGRAM
Happy Republic Day ๐ฎ๐ณ
Advanced Bot Codingsโข
โป๏ธ Cแดแดแดแดษดแด
= ๐ Statistics ๐ Bแดs = var user = Libs.ResourcesLib.anotherChatRes("user", "global") var withdraw = Libs.ResourcesLib.anotherChatRes("withdraw", "global") Bot.sendMessage("*๐ Bot Live Statistics\n\n๐ฅ Users = "+user.value()+" Users\n\n๐ค Withdrawโฆ
โป๏ธ Command =
๐ BJS =
๐จ Note: Don't forget to add the bjs in /start and Auto command from previous statistics code otheriwse code will not work fine and will create problem.
๐ง๐ปโ๐ป Coded By: @Shadab_Alam
๐ฎ About Code: It is updates version of statistics code. It will send a pic of bar graph image with a caption in which bot users & payout details will be shown.
๐ Previous Statistics Code: https://t.me/Advanced_Bot_Codings/61
๐ Statistics
๐ BJS =
var user = Libs.ResourcesLib.anotherChatRes("user", "global")
var payout = Libs.ResourcesLib.anotherChatRes("withdraw", "global")
var graphpic = "https://quickchart.io/chart?bkg=white&c={type:%27bar%27,data:{labels:[''],datasets:[{label:%27Total-Users%27,data:["+user.value()+"]},{label:%27Total-Payment%27,data:["+payout.value()+"]}]}}"
Api.sendPhoto({
photo: graphpic,
caption: "*๐ Bot Live Statistics\n\n๐ฅ Users = "+user.value()+" Users\n\n๐ค Withdraw = "+payout.value()+" Rs\n\nโ Share And Support Us โ*",
parse_mode: "markdown"
})
๐จ Note: Don't forget to add the bjs in /start and Auto command from previous statistics code otheriwse code will not work fine and will create problem.
๐ง๐ปโ๐ป Coded By: @Shadab_Alam
๐ฎ About Code: It is updates version of statistics code. It will send a pic of bar graph image with a caption in which bot users & payout details will be shown.
๐ Previous Statistics Code: https://t.me/Advanced_Bot_Codings/61