Bots.Business Mobile app has been removed from the Russian Play Store.
No war.
No war.
โค13๐ฅ5๐3๐1๐1
Are you have any problem with help.bots.business?
You can also view help here: https://github.com/bots-business/help
You can also view help here: https://github.com/bots-business/help
GitHub
GitHub - bots-business/help
Contribute to bots-business/help development by creating an account on GitHub.
Forwarded from TricksXTech { Coding Master } Offline Till 4th March
BB Chat Group Rules
For Users Who Doesn't Have Any Packs
1.) No Links ๐
2.) Only English ( If You Can't Translate A Certain Sentence Then You Can Send It In Native Language )
3.) No Abusing Or 18+ Sticker Or Videos , etc ( Direct Ban If You Do This )
4.) No Other language Talk/help escape bjs
For Users Those Who Have Ads Packs
1.) Send A Link , Other Promo ( Depends On Your Pack )
2.) Only English ( If You Can't Translate A Certain Sentence Then You Can Send It In Native Language )
3.) No Abusing Or 18+ Sticker Or Videos , etc ( Direct Ban If You Do This )
4.) No Other language Talk/help escape bjs ( You Can Sell But It Depends On Ads Package )
And Some Other Rules Will Update Soon
For Users Who Doesn't Have Any Packs
1.) No Links ๐
2.) Only English ( If You Can't Translate A Certain Sentence Then You Can Send It In Native Language )
3.) No Abusing Or 18+ Sticker Or Videos , etc ( Direct Ban If You Do This )
4.) No Other language Talk/help escape bjs
For Users Those Who Have Ads Packs
1.) Send A Link , Other Promo ( Depends On Your Pack )
2.) Only English ( If You Can't Translate A Certain Sentence Then You Can Send It In Native Language )
3.) No Abusing Or 18+ Sticker Or Videos , etc ( Direct Ban If You Do This )
4.) No Other language Talk/help escape bjs ( You Can Sell But It Depends On Ads Package )
And Some Other Rules Will Update Soon
๐14๐ฉ5๐2
Now all old errors from Errors Tab will be deleted in a month.
So you can see new errors for 31 days only.
It is necessary to improve the stability.
Unfortunately, now we had to clean up all the errors.
So you can see new errors for 31 days only.
It is necessary to improve the stability.
Unfortunately, now we had to clean up all the errors.
๐10๐ฅ5๐ฉ3
All requests for password resetting in my PM become paid now.
Cost is: 30 USD.
We have leak with BB Api Keys, bot tokens and etc.
I can't trust such info fully.
Payment will stop such abuse
Please keep your BB Api key, password in safe place.
Cost is: 30 USD.
We have leak with BB Api Keys, bot tokens and etc.
I can't trust such info fully.
Payment will stop such abuse
Please keep your BB Api key, password in safe place.
๐3๐1
I can trust only for old account: you had payments before, old member and etc.
Password resetting is FREE or 5-15 USD
New account with no PMs is not trusted now
Password resetting cost is 30 USD
Password resetting is FREE or 5-15 USD
New account with no PMs is not trusted now
Password resetting cost is 30 USD
๐4๐คฌ1๐1
Meet new BB worker: @bbalexdev!
He start work now in our BB Office.
You can ask him about BB.
Please note: he is just starting work with BB as programmer and need some time to get involved to the work.
He start work now in our BB Office.
You can ask him about BB.
Please note: he is just starting work with BB as programmer and need some time to get involved to the work.
๐ฅ10๐4๐4๐คฌ4๐ฅฐ3๐คฎ3๐ฉ3
You can pass user_id in Bot.run
Bot.run({
command: "sendUserWalletNotification",
user_id: OTHER_USER_BB_ID,
run_after: 1
})
Please note: this is works only with run_after now.
Without run_after user don't pass now
it is bug:
https://trello.com/c/3b8S2TC7/54-userid-is-not-passed-on-botrun
Bot.run({
command: "sendUserWalletNotification",
user_id: OTHER_USER_BB_ID,
run_after: 1
})
Please note: this is works only with run_after now.
Without run_after user don't pass now
it is bug:
https://trello.com/c/3b8S2TC7/54-userid-is-not-passed-on-botrun
๐6๐2๐1
Git Sync News
Github requires new Deploy Keys now.
New Deploy Key must starting with "ssh-ed25519".
You will have such keys on new bot.
New deploy keys for old bots will be regenerated automatically.
You need to set this Deploy Key in Github: https://help.bots.business/git
Trello card:
https://trello.com/c/C57jrkLI/55-git-export-bug
Github requires new Deploy Keys now.
New Deploy Key must starting with "ssh-ed25519".
You will have such keys on new bot.
New deploy keys for old bots will be regenerated automatically.
You need to set this Deploy Key in Github: https://help.bots.business/git
Trello card:
https://trello.com/c/C57jrkLI/55-git-export-bug
๐2๐1
Limited offer. Only three days.โฑ
Instant AD broadcast!
Cost: 100$ for100 000 150 000 ad.
Minimum order: 100$
PM to @BotsBusinessAdmin for ordering.
Instant AD broadcast!
Cost: 100$ for
Minimum order: 100$
PM to @BotsBusinessAdmin for ordering.
๐16๐11๐คฌ6๐ฉ6๐ฑ4
Error: Coinbase Lib - please setup Api Key
try to pass apiKey and secretApiKey via options:
try to pass apiKey and secretApiKey via options:
Libs.Coinbase.apiCall({
apiKey: YOUR_API_KEY,
secretApiKey - YOUR_SECRET_API_KEY,
method: "POST", // method can be GET and POST
path: "accounts/" + account_id + "/addresses",
body: { name: "myAddress" },
onSuccess: "/onApi",
// onError: "/onApiError" // onError command
// background: true // perform api call in background for big timeout limit
})๐6