cookie

Utilizamos cookies para mejorar tu experiencia de navegaciรณn. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

ADVANCE BOT CODERS

Hello Guys Welcome To Our channel Here You Will Get All type bot Codes. ๐Ÿšถโ€โ™‚๏ธ Road To 2000 Subscribers โœ”๏ธ CONTACT ME : @Armanidrisi_bot ๐Ÿฑ GITHUB : https://github.com/Armanidrisi

Mostrar mรกs
El paรญs no estรก especificadoEl idioma no estรก especificadoTecnologรญas y Aplicaciones25 021
Publicaciones publicitarias
2 018
Suscriptores
+224 horas
+27 dรญas
+1330 dรญas

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

Notification on for 11:00
Mostrar todo...
For free deployment
Mostrar todo...
Photo unavailableShow in Telegram
New video uploaded guys Check it out https://youtu.be/Fs2jUph5VFE https://youtu.be/Fs2jUph5VFE
Mostrar todo...
๐Ÿ‘ 4โค 1
โ‰๏ธ BJS: Every Command Channel Check Bjs. ๐Ÿ“ Description: This BJS check channel member ship of user on every command. ๐Ÿ—ƒCommand: @@
function isCheck(options) {
  var status = options.result.status
  const isJoined = status != "left"

  if (!isJoined) {
    Bot.sendKeyboard(
      "โœ… Joined",
      "You need Join our channel to use this bot: @ajinkyalink"
    )
  }
  return
}

function isJoined(channel) {
  Api.getChatMember({
    chat_id: channel,
    user_id: user.telegramid,
    on_result: "@@"
  })
}

if (options) {
  isCheck(options)
  return
}

//your channel goes here:
isJoined("@ajinkyalink")
๐Ÿ—ƒCommand: โœ… Joined
Bot.runCommand("/main_menu") //edit with your main menu command
๐Ÿ“š How to use this BJS ?? - Add BJS in @@ command - Add BJS in joined command - Edit your main menu command in joined command. โš ๏ธ Note: it will not affect bot speed, but the ittreation consumption will 2x. ๐Ÿ”ฐ Creator: @coderajinkya ๐Ÿ’  Credit: @ajinkyalink ๐Ÿ›œ Publisher: @botcodes123
Mostrar todo...
โš ๏ธ Important Update! Guys, May you had seen BB ADS BLOCK Method on some channels or chats. It's a herbal request to you guys, please don't use it. It will affect BB Revenue and then No ads will cause No Free BB. BB will become paid due this. So guys, its request to don't use this Ad Block!. Thanks. #share Please
Mostrar todo...
๐Ÿ‘ 2
โ‰๏ธBJS: Auto Reaction Bjs ๐Ÿ“šDescription: It's a Auto Reaction bjs. BB Api Reaction Method not working, so we build it with HTTP Method. ๐Ÿ‘โ€๐Ÿ—จCommand: * ๐Ÿ“BJS:
var myEmoji = ["๐Ÿ‘", "๐Ÿ‘Ž", "โค", "๐Ÿ”ฅ", "๐Ÿฅฐ", "๐Ÿ‘", "๐Ÿ˜", "๐Ÿค”", "๐Ÿคฏ", "๐Ÿ˜ฑ", "๐Ÿคฌ", "๐Ÿ˜ข", "๐ŸŽ‰", "๐Ÿคฉ", "๐Ÿคฎ", "๐Ÿ’ฉ", "๐Ÿ™", "๐Ÿ‘Œ", "๐Ÿ•Š", "๐Ÿคก", "๐Ÿฅฑ", "๐Ÿฅด", "๐Ÿ˜", "๐Ÿณ", "โคโ€๐Ÿ”ฅ", "๐ŸŒš", "๐ŸŒญ", "๐Ÿ’ฏ", "๐Ÿคฃ", "โšก", "๐ŸŒ", "๐Ÿ†", "๐Ÿ’”", "๐Ÿคจ", "๐Ÿ˜", "๐Ÿ“", "๐Ÿพ", "๐Ÿ’‹", "๐Ÿ–•", "๐Ÿ˜ˆ", "๐Ÿ˜ด", "๐Ÿ˜ญ", "๐Ÿค“", "๐Ÿ‘ป", "๐Ÿ‘จโ€๐Ÿ’ป", "๐Ÿ‘€", "๐ŸŽƒ", "๐Ÿ™ˆ", "๐Ÿ˜‡", "๐Ÿ˜จ", "๐Ÿค", "โœ", "๐Ÿค—", "๐Ÿซก", "๐ŸŽ…", "๐ŸŽ„", "โ˜ƒ", "๐Ÿ’…", "๐Ÿคช", "๐Ÿ—ฟ", "๐Ÿ†’", "๐Ÿ’˜", "๐Ÿ™‰", "๐Ÿฆ„", "๐Ÿ˜˜", "๐Ÿ’Š", "๐Ÿ™Š", "๐Ÿ˜Ž", "๐Ÿ‘พ", "๐Ÿคทโ€โ™‚", "๐Ÿคท", "๐Ÿคทโ€โ™€", "๐Ÿ˜ก"]

var doEmoji = myEmoji[Math.floor(Math.random() * myEmoji.length)];

HTTP.post({
  url: "https://api.telegram.org/bot" + bot.token + "/setMessageReaction",
  body: {
    chat_id: request.chat.id,
    message_id: request.message_id,
    reaction: JSON.stringify([
      {
        type: "emoji",
        emoji: doEmoji,
        is_big: true 
      }
    ])
  }
});

- ๐Ÿ”ฐCreator: @coderajinkya ยฉCopyright: @ajinkyalink ๐Ÿ“ฐPublisher: ๐Ÿ™‚you can add
Mostrar todo...
โค 1๐Ÿ”ฅ 1
Now Working..!!
Mostrar todo...
๐Ÿ‘ 13๐Ÿฅฐ 3
Bot is not giving files maybe it's API issue....
Mostrar todo...
๐Ÿ’” 13๐Ÿ”ฅ 2๐Ÿ‘ 1โค 1
Photo unavailableShow in Telegram
Mostrar todo...
๐Ÿ‘ 6๐Ÿค” 2โค 1
Happy new year ๐ŸŽ‰โœจ๏ธ
Mostrar todo...
๐Ÿ‘ 2โค 1๐Ÿฅฐ 1๐Ÿ‘ 1
Elige un Plan Diferente

Tu plan actual sรณlo permite el anรกlisis de 5 canales. Para obtener mรกs, elige otro plan.