Bots.Business
We need to update network zone for Bots.Business. We can have technical downtime tomorrow. Sorry for this.
Zone updating in progress now
π9π6β€2π₯2
bb_app.apk
25.8 MB
π BB App for the new Android
Will be updated on Google Play within 7 days (waiting for Google approval)
Will be updated on Google Play within 7 days (waiting for Google approval)
π9π₯3π1
Bots.Business
We have new π₯ Cloud.Tiny! - 31 days - 200 000 iterations It is like Cloud.Hobby: - no Broadcasting (no Bot.runAll) - no Auto Retry Cost: 9 $ / month
Tiny Cloud has experienced a notable decline in popularity, evidenced by a lack of customer engagement over recent months.
We have made the decision to terminate the Tiny Cloud Plan.
We have made the decision to terminate the Tiny Cloud Plan.
π±6β€3π3
app-release.apk
26.3 MB
β
New languages added:
French
German
Italian
Portuguese
Japanese
Korean
Arab
Dutch
Turkish
Polish
Swedish
Danish
Finnish
Norwegian
Greek
Indonesian
Hebrew
Thai
Czech
* In Google Play now:
https://play.google.com/store/apps/details?id=bb_app.com.bots.business
French
German
Italian
Portuguese
Japanese
Korean
Arab
Dutch
Turkish
Polish
Swedish
Danish
Finnish
Norwegian
Greek
Indonesian
Hebrew
Thai
Czech
* In Google Play now:
https://play.google.com/store/apps/details?id=bb_app.com.bots.business
π10π7π₯4β€3π€3π₯°1π€ͺ1
Iterations is over on Free with ADs Plan?
Write to @BotsBusinessAdmin for request more iterations.
Please write:
Write to @BotsBusinessAdmin for request more iterations.
Please write:
I want more iterations on My Free.ADS account.
My email: email
π6π₯5
Bots.Business
[up] Top priority tasks now: It is just list without fixing priority - πͺ² 1000 timeout errors with props - π₯ List ordering + searching - πͺ² MCL - fixing - πͺ² Bot.runAll - fixing - πͺ² Another error with Broadcasting - π₯ Update all request - new feature - πͺ² Adminβ¦
[up] Top priority tasks now:
It is just list without fixing priority
- πͺ²1000 timeout errors with props (become rare, only bad codes have it)
-π₯ List ordering + searching (it was needed by RefLib. RefLib have own Top Board now)
- πͺ²MCL - fixing
- πͺ² Bot.runAll - fixing
- πͺ² Another error with Broadcasting
- π₯ Update all request - new feature
- πͺ²Admin Panel saving button not works
It is just list without fixing priority
- πͺ²
-
- πͺ²
- πͺ² Bot.runAll - fixing
- πͺ² Another error with Broadcasting
- πͺ²
π3β€1π1
We have such plans for ADs for future
1. AD Tag. something like "Paid AD" or etc
2. Report AD system. We will collect alerts so we can stop ADs with big alerts count in future
3. Link something like "Why I receive this AD ?" to page with this content
4. We will make more strongly moderation system where new ad-owners will be checking more strongly
5. Other plans like Ads Income Sharing (AI Sharing)
Now we focus on stability. Stability - top priority work in this week.
What can i do now?
1. You can write on
2. You can disable ADs in App > Iterations
Please write your ideas in comments.
- "Stop ads!" - is not good idea because we will need "Free with ADs" plan stopping also.
1. AD Tag. something like "Paid AD" or etc
2. Report AD system. We will collect alerts so we can stop ADs with big alerts count in future
3. Link something like "Why I receive this AD ?" to page with this content
4. We will make more strongly moderation system where new ad-owners will be checking more strongly
5. Other plans like Ads Income Sharing (AI Sharing)
Now we focus on stability. Stability - top priority work in this week.
What can i do now?
1. You can write on
/start command that your bot show ADs and this is third-party ads. 2. You can disable ADs in App > Iterations
Unfortunately we can't make BB totally FREE.
We needs ADs for powering FREE with ADs bots.
This income used for developments also.
Please write your ideas in comments.
- "Stop ads!" - is not good idea because we will need "Free with ADs" plan stopping also.
π6π2π€2
Are we need something like this in BB Store?
https://t.me/hamster_kombat_boT/start?startapp=kentId519829299
https://t.me/hamster_kombat_boT/start?startapp=kentId519829299
Telegram
Hamster Verse
Description: Welcome to the HamsterVerse!
Play, have fun, and earn $HMSTR in the amazing games across our ecosystem.
Big updates are coming soon!
Play, have fun, and earn $HMSTR in the amazing games across our ecosystem.
Big updates are coming soon!
π₯19π€£10π8π1
We have very simple code for user's balance.
For example, it is adding +2 to balance.
But much more users use such with ResLib:
ResLib was not constructed for this.
ResourcesLib is good for using it with growth. If you don't have growth it is possible you don't need use this lib.
Now we improve ResLib for using it just for adding.
But it is still not so good use ResLib just for adding 2+2 values.
For example, it is adding +2 to balance.
let balance = User.getProp("balance") || 0;
balance = balance + 2;
User.setProp("balance", balance)But much more users use such with ResLib:
let balance = Libs.ResourcesLib.userRes("balance");
res.add(2)ResLib was not constructed for this.
ResourcesLib is good for using it with growth. If you don't have growth it is possible you don't need use this lib.
Now we improve ResLib for using it just for adding.
But it is still not so good use ResLib just for adding 2+2 values.
π8β€2
This code is slowly:
var welco = User.getProperty("welco");
if (!welco) {
User.setProperty("welco", user.telegramid, "text");
}
Use code from the
https://t.me/botsbus/1988
var welco = User.getProperty("welco");
if (!welco) {
User.setProperty("welco", user.telegramid, "text");
}
Use code from the
https://t.me/botsbus/1988
Telegram
Bots.Business
How to check that user is totally new in the bot?
on /start command
if(request && (request.message_id==1)){
Bot.sendMessage("Thank you for starting bot!")
}else{
Bot.sendMessage("Hello again, old user")
}
How it is works?
The first message fromβ¦
on /start command
if(request && (request.message_id==1)){
Bot.sendMessage("Thank you for starting bot!")
}else{
Bot.sendMessage("Hello again, old user")
}
How it is works?
The first message fromβ¦
π4