Bots.Business - Help
  • Welcome
  • Getting started
  • Create bot from Google Table
  • App
    • Reset or Update Your Password
  • Commands
    • Answer
    • Aliases
    • Keyboard
    • Groups
    • Wait for answer
    • Auto Retry (AR)
  • Coding: BJS
    • Variables
    • Bot functions
    • Message broadcasting and editing
    • User functions
    • Properties
    • Always running commands
    • Error command: "!"
    • Lists
      • Migration from properties to list
    • Api functions
    • BB Admin functions
    • Admin Panel
    • Send HTTP request
    • Web App
    • Caching
    • Inline Bot
    • BJS Security
    • Good coding practices
    • Top errors
  • Git
    • Import bot from Git repository
    • Export bot to Git repository
    • Repository structure
    • File: bot.json
    • Automatic importing on Git push
  • Iterations. How to reduce theys?
  • Limitations
  • Cloud
  • Reports
  • Deep Linking - pass any params on Bot starting
  • How to link chat account with BB account?
  • BB Inspection
  • Protected bot
  • VS Code
  • How to...
  • Smart Bot
    • Overview
    • Lang File
    • SmartBot
    • SmartTasker
    • Amount Dialog
  • Libs
    • What it is - Libs?
    • Libs development
    • RefferalLib
    • ResourcesLib
    • Random
    • MembershipChecker (MCL)
    • Cooldown Lib
    • CurrencyConverter
    • Lang
    • TopBoardLib
    • QiwiPayments
    • Coinbase (CB)
    • CoinPayments (CP)
    • OxaPay
    • CryptoJS
    • CurrencyQuote
    • GoogleApp
    • GoogleTableSync
    • Guard
    • Webhooks lib
    • DateTimeFormat Lib
  • Store
    • BB Point Bot
    • Welcome bot
    • Help bot
    • SRB Demo Keyboard Tools
Powered by GitBook
On this page

Was this helpful?

Protected bot

PreviousBB InspectionNextVS Code

Last updated 3 years ago

Was this helpful?

Protected bot - it is a bot without access to commands editing and copying.

Protected bots - good thing for selling to customers.

Make protected bots with and sell them

Forbidden for this bot:

  • add new command

  • edit and remove commands

  • view commands

  • change BJS

  • make bot copy (via app and BJS)

  • git exporting (via app and BJS). Git importing is allowed

Allowed:

  • Bot token changes

  • Bot name changes

  • Admin panel: view + changing

  • Properties: view + changing

  • Errors

  • Chats, users

Security

Try to remove all secure data in such bot like:

  • BB Api key

  • Coinpayment api keys

  • etc

Strictly do NOT use such safe data in /setup

It will be avaible in Props Tab!

Also, your secure data can be available in Error Tab. So try don't use safe data in protected bot.

How to create Protected bot?

If you want to sell your bot - just start develop it.

Contact the administrator to start selling this bot.

You can for another users via BJS

Admin Panels
install protected bot