Bots.Business - Help
Search…
Welcome
Getting started
Create bot from Google Table
Commands
Answer
Aliases
Keyboard
Groups
Wait for answer
Auto Retry (AR)
Coding: BJS
Git
Google Analytics tracking
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
How to...
Libs
What it is - Libs?
Libs development
RefferalLib
Random
Cooldown Lib
CurrencyConverter
ResourcesLib
Lang
QiwiPayments
BlockIO
Coinbase (CB)
CoinPayments (CP)
CryptoJS
CurrencyQuote
GoogleApp
GoogleTableSync
Guard
Webhooks lib
DateTimeFormat Lib
MembershipChecker
Store
BB Point Bot 💎
BlockIOBot
Welcome bot
Help bot
SRB Demo Keyboard Tools
Powered By
GitBook
Answer
Answer - it is simple text message from bot on command execition.
Answer can be modified on command editing
How to format command's answer?
Use markdown text:
1
\n - new line (multi-line text also allowed)
2
*bold text*
3
_ italics _
4
[text](URL)
5
`inline fixed-width code`
6
```text
7
pre-formatted fixed-width code block
Copied!
How to insert a link to the answer?
1
[link text](url)
Copied!
Example:
1
[Google](http://google.com)
Copied!
How to insert a picture to the answer?
1
[picture title](url)
Copied!
Example:
1
[Dog](http://example.com/images/dog.jpg)
Copied!
Also you can send picture file directly with BJS.
How to insert a other command to the answer?
Just use such text
/command
Example:
1
Hello! You can now /register or read /help
Copied!
How to insert a link to other command on the answer?
It can be with "/", e.g.:
/help
. Otherwise, unfortunately, no.
Previous
Commands
Next
Aliases
Last modified
3yr ago
Copy link
Contents
How to format command's answer?
How to insert a link to the answer?
How to insert a picture to the answer?
How to insert a other command to the answer?
How to insert a link to other command on the answer?