TeleBotHost
1.14K subscribers
29 photos
4 files
55 links
Download Telegram
Resources Lib is deprecated,

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
2πŸ”₯1πŸ—Ώ1
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:

sleep(1000) // pauses for 1s


This update also includes 2 new objects
- owner
- plan

Learn more about sleep
❀41
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!
8❀22πŸ†1
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.
❀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 @ 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
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 πŸ˜„
❀6πŸ‘11
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.
❀42
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) :

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
πŸ‘‹ Great to share our progress!

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
Works good now sorry for that but everything need a maintanence πŸ™‚
Please open Telegram to view this post
VIEW IN TELEGRAM
53❀2πŸ‘1πŸ”₯11
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 πŸ˜„
πŸš€ Introducing Global Class!

Share data across all your bots with the new Global Class. Perfect for shared configurations, feature flags, and centralized settings.

πŸ˜€ Docs: https://telebothost.com/docs/#class-global

Build connected bots with shared storage! πŸ”₯
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1⚑1😘11
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…
βœ‰οΈ Coming Next: Environment System!

A new Env tab is on the way for easy, direct configuration. Work is already 50% done! πŸš€

❀️ Keep sharing our platform β€” every new user boosts our energy to build more!
Please open Telegram to view this post
VIEW IN TELEGRAM
❀311
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
🀩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.
3❀2πŸ‘2⚑1πŸ‘11
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
❀42πŸ‘1πŸ‘Œ1