Bots.Business
4.13K subscribers
587 photos
18 videos
26 files
552 links
Download Telegram
Very easy code for save all users data to Google Table. Just 2 commands.
๐Ÿ‘Ž4๐Ÿ‘2
Seems we need hard BB restart now.
Downtime in progress
โค6๐Ÿคฎ3
Restarted.
๐Ÿ˜20๐Ÿ”ฅ15๐Ÿ‘4๐Ÿค”4๐Ÿ’ฉ4๐Ÿคฎ3๐Ÿฅฐ2๐Ÿ˜ฑ2๐ŸŽ‰2๐Ÿ‘Ž1๐Ÿ‘1
timeout limit increased for +20% for Free bots
โค6๐Ÿ”ฅ2
๐Ÿ‘5
It is possible to run bot on cloning
๐Ÿ’ฉ3๐Ÿ”ฅ2๐Ÿ‘Ž1
How to remove prop?

Just pass null to it value!

Prop will be deleted from Props Tab too!
โค9๐Ÿคฎ2๐Ÿ‘1๐Ÿ‘Ž1๐Ÿ”ฅ1
If you have such errors make:

Libs.Coinbase.setup();

then go to bot > Admin Panel
and fill your CoinBase Api key
๐Ÿฅฐ2๐Ÿ‘2
How to download all users database?

Idea:
Just use Google Table Sync Lib + Bot.runAll.
You can pass user's data to Table with Bot.runAll
๐Ÿคฉ4๐Ÿ˜ฑ2๐Ÿ’ฉ2๐Ÿค”1
๐Ÿ‘3
BB App is temporary removed from Play Market.
We need to provide some extra info for Google.

Fix in progress.
๐Ÿ”ฅ5๐ŸŽ‰3๐Ÿ‘Ž1๐Ÿ˜ข1
If you have such timeout error and such BJS:

Libs.CoinPayments.createPermanentWallet({
currency: "TRX",
label: "myLabel",
onSuccess: "/onTRX",

onIncome: "/onIncomeTRX"
})

try to change BJS to:

Libs.CoinPayments.createPermanentWallet({
currency: "TRX",
label: "user" + String(user.id),
onSuccess: "/onTRX",

onIncome: "/onIncomeTRX"
})

We must have uniq labels for wallets!
๐Ÿ‘4๐Ÿ‘1๐Ÿ˜1
Bots.Business is available in the Play Market again
๐Ÿ”ฅ18๐Ÿ˜ข5๐Ÿ‘4โค2๐Ÿฅฐ1๐Ÿ‘1๐Ÿคฉ1
Downtime in progress
๐Ÿ‘2๐Ÿ˜ข1
20 -30 min for uptime
๐Ÿคฌ6๐Ÿ˜ข2๐Ÿ‘1
Running...
Uptime
๐Ÿคฎ11๐Ÿ‘7๐Ÿ‘Ž2๐Ÿ‘1๐Ÿ’ฉ1
Fixed:
Unexpected Libs removing
๐Ÿ‘Ž1