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
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…
A user friendly solution is comming (not another badge) ,
That update will keep our credit without distracting users + will add extra safety on your web🙂
That update will keep our credit without distracting users + will add extra safety on your web
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3 2😁1 1
It will fixed by the mid of the day 😕
❤2👍1👌1
TeleBotHost
TeleBotHost Update
We know it's been a little quiet, but we’ve been working behind the scenes. Here are the upcoming features dropping soon:
1. ENV support — cleaner and safer configuration for your bots.
2. require() between commands — import functions from another command easily.
3. Small bot statistics on the dashboard — quick insights, super handy.
About require():
You’ll be able to use code like
More updates on the way.
We know it's been a little quiet, but we’ve been working behind the scenes. Here are the upcoming features dropping soon:
1. ENV support — cleaner and safer configuration for your bots.
2. require() between commands — import functions from another command easily.
3. Small bot statistics on the dashboard — quick insights, super handy.
About require():
You’ll be able to use code like
const { fn } = require("/otherCommand"); inside your command files to reuse logic without rewriting it.More updates on the way.
❤5
TeleBotHost
3. Small bot statistics on the dashboard — quick insights, super handy.
It's added as requested by users
❤1🎃1🗿1
TeleBotHost
2. require() between commands — import functions from another command easily.
Comming today we have tested it
😘2❤1
TeleBotHost
require() between commands — import functions from another command easily.
New Feature Added!
You can now split large TBL command files into multiple parts and reuse code across commands — no more rewriting the same logic again and again.
Just use:
This lets you pull functions or utilities from any other command file instantly.
Read More : https://telebothost.com/docs/#require-reuse
You can now split large TBL command files into multiple parts and reuse code across commands — no more rewriting the same logic again and again.
Just use:
const { fn } = require("/otherCommand");This lets you pull functions or utilities from any other command file instantly.
Read More : https://telebothost.com/docs/#require-reuse
👌3❤1 1