We need to fix it 1-2 day need to fix it , or any pro devoloper just can contribute to made better
Here the Libs
Weβve introduced a brand-new sleep() method in TBL!
Now your bot can take a tiny nap during execution β up to 10 seconds β which helps prevent rate-limit issues and smooths out rapid actions.
Usage:
This update also includes 2 new objects
- owner
- plan
Learn more about sleep
Now your bot can take a tiny nap during execution β up to 10 seconds β which helps prevent rate-limit issues and smooths out rapid actions.
Usage:
sleep(1000) // pauses for 1s
This update also includes 2 new objects
- owner
- plan
Learn more about sleep
β€4 1
Soon weβll be launching our Premium Plans with super affordable and satisfying pricing!
We will offer 3 fixed plans:
β’ $1
β’ $3
β’ $5
And honestly, if you all support us, weβll go crazy rolling out even more powerful features!
We will offer 3 fixed plans:
β’ $1
β’ $3
β’ $5
And honestly, if you all support us, weβll go crazy rolling out even more powerful features!
TeleBotHost
Soon weβll be launching our Premium Plans with super affordable and satisfying pricing! We will offer 3 fixed plans: β’ $1 β’ $3 β’ $5 And honestly, if you all support us, weβll go crazy rolling out even more powerful features!
I think these plans are truly affordable. Some platforms charge 5Γ more while offering almost the same features as our free plan β and they still impose a strict command-run limit.
But here, we offer no limits on how much time Command runs.
But here, we offer no limits on how much time Command runs.
β€1
Interested in contributing to TBL and proving your skills as a real supporter and developer?
Create your own TBL Library and share your creativity with the community.
β’ Build a unique or useful TBL Lib
β’ Submit a Pull Request at: https://github.com/telebothost/tbl-libs
β’ If we like your library, we will definitely add it to the official collection.
Show your best work and help grow the TBL ecosystem.
Tip: Before submitting, always test your library code.
How: Simply paste your library code inside the
Create your own TBL Library and share your creativity with the community.
β’ Build a unique or useful TBL Lib
β’ Submit a Pull Request at: https://github.com/telebothost/tbl-libs
β’ If we like your library, we will definitely add it to the official collection.
Show your best work and help grow the TBL ecosystem.
Tip: Before submitting, always test your library code.
How: Simply paste your library code inside the
@ command, comment out the module export section, and test your functions or variables directly using the names you defined β not Libs.xx.yy.β€2
If you face any errors β even small issues β please share the full error details with us. We want to make everything as bug-free as possible!
β€2
TeleBotHost
Interested in contributing to TBL and proving your skills as a real supporter and developer? Create your own TBL Library and share your creativity with the community. β’ Build a unique or useful TBL Lib β’ Submit a Pull Request at: https://github.com/telebothost/tblβ¦
https://github.com/FlashComOfficial/tbl-libs/blob/main/Lib-Docs/TranslateLib.md
We got one Library by @FlashComAssistant
What do you think is it usefull π
We got one Library by @FlashComAssistant
What do you think is it usefull π
β€1π1
Does everyone think we should bring back a global prop that can be accessed by all bots, like
We actually had it before, but it was patched out in a later update.
Now weβre considering adding it back π
Global.get()?We actually had it before, but it was patched out in a later update.
Now weβre considering adding it back π
β€6π1 1
TeleBotHost
Does everyone think we should bring back a global prop that can be accessed by all bots, like Global.get()? We actually had it before, but it was patched out in a later update. Now weβre considering adding it back π
Weβre also thinking about adding an environment (env) system β something that can be configured directly from an βEnvβ tab.
So yeah, we might need this feature too π
Env β idea by @DevAryanRathod
Itβll be especially useful when transferring bots to another account β your secrets will stay hidden, and others can easily add their own.
So yeah, we might need this feature too π
Env β idea by @DevAryanRathod
Itβll be especially useful when transferring bots to another account β your secrets will stay hidden, and others can easily add their own.
β€4 2
Forwarded from TBL Codes
π‘TBL Tip 3: When accessing multiple properties, use Promise.all() to run them in parallel β it's much faster β‘οΈ
β Do this (parallel) :
It will take 1-3ms even 10+ properties
β Donβt do this (sequential):
That version runs each one after the previous finishes,
making your bot slower β³ especially with many keys.
β Do this (parallel) :
let start = Date.now()
let results = await Promise.all([
Bot.get("user_1"),
Bot.get("user_2"),
Bot.get("user_3"),
Bot.get("user_4"),
Bot.get("user_5")
])
Bot.inspect({
took: Date.now() - start + "ms",
results
})
It will take 1-3ms even 10+ properties
β Donβt do this (sequential):
let a = await Bot.get("user_1")
let b = await Bot.get("user_2")
let c = await Bot.get("user_3")
let d = await Bot.get("user_4")
let e = await Bot.get("user_5")That version runs each one after the previous finishes,
making your bot slower β³ especially with many keys.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3π1
In just 1.5 months, weβve reached 1.3k+ bots with 600+ active running!
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯10β€5π1π1
TeleBotHost
Does everyone think we should bring back a global prop that can be accessed by all bots, like Global.get()? We actually had it before, but it was patched out in a later update. Now weβre considering adding it back π
Today you can face Little downtime (or maybe not)
Reason: A new feature testingπ
Reason: A new feature testing
Please open Telegram to view this post
VIEW IN TELEGRAM
π€―2β€1
TeleBotHost
Today you can face Little downtime (or maybe not) Reason: A new feature testing π
Downtime now,
Can take little like 20 minutes
Can take little like 20 minutes
β€2
Works good now sorry for that but everything need a maintanence π
Please open Telegram to view this post
VIEW IN TELEGRAM
TeleBotHost
Does everyone think we should bring back a global prop that can be accessed by all bots, like Global.get()? We actually had it before, but it was patched out in a later update. Now weβre considering adding it back π
Share data across all your bots with the new Global Class. Perfect for shared configurations, feature flags, and centralized settings.
Build connected bots with shared storage!
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1β‘1π1 1
TeleBotHost
Weβre also thinking about adding an environment (env) system β something that can be configured directly from an βEnvβ tab. So yeah, we might need this feature too π Env β idea by @DevAryanRathod Itβll be especially useful when transferring bots toβ¦
A new Env tab is on the way for easy, direct configuration. Work is already 50% done!
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3 1 1
We have updated Ai image genrator bot in bot store there was an issue due to telegram caching system
And follow this tip to make your bot also problem free
And follow this tip to make your bot also problem free
π€©3
β οΈ Important Notice
Be a responsible user.
If you create or share harmful, abusive, or restricted code, we reserve the right to suspend your account.
We normally do not review your saved projects or code.
However, in case of any complaints or serious concerns, we may check related data to ensure safety and take appropriate action.
Be a responsible user.
If you create or share harmful, abusive, or restricted code, we reserve the right to suspend your account.
We normally do not review your saved projects or code.
However, in case of any complaints or serious concerns, we may check related data to ensure safety and take appropriate action.
We've added a small credit to all HTML web app (free plan).
It seems some users who want everything for free without supporting us have a problem with this. At least we don't push ads on bots.
We just added a small credit, and now some users are showing their true colors by complaining, rather than offering support.
By the way for Supporters, See this to customize the credit badge
It seems some users who want everything for free without supporting us have a problem with this. At least we don't push ads on bots.
We just added a small credit, and now some users are showing their true colors by complaining, rather than offering support.
By the way for Supporters, See this to customize the credit badge
β€4 2π1π1
TeleBotHost
We've added a small credit to all HTML web app (free plan). It seems some users who want everything for free without supporting us have a problem with this. At least we don't push ads on bots. We just added a small credit, and now some users are showingβ¦
And not all users are like that we have lot of users who put our web Link in their bots and web
So that change will useful to them too
So that change will useful to them too
π2β€1 1 1