TeleBotHost
1.14K subscribers
29 photos
4 files
55 links
Download Telegram
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
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 πŸ™‚
Please open Telegram to view this post
VIEW IN TELEGRAM
❀32😁11
We are facing a little issue with connecting to Telegrm bot API

It will fixed by the mid of the day πŸ˜•
❀2πŸ‘1πŸ‘Œ1
TeleBotHost
βœ‰οΈ 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!
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 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
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:

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❀11
⚑ Community Support Needed

Our dashboard server is close to expiry. This project isn’t a business β€” it’s built entirely for users.

If our service helps you, please consider donating so we can renew and upgrade the server for faster performance.

Your support keeps the project alive. ❀️

Contact: @onDNDbro or @Soumya_feed_back_bot

It's just a request not force
πŸ—Ώ64❀32🀯1
TeleBotHost
⚑ Community Support Needed Our dashboard server is close to expiry. This project isn’t a business β€” it’s built entirely for users. If our service helps you, please consider donating so we can renew and upgrade the server for faster performance. Your support…
No support yet πŸ˜”


By the way if anyone want to place their ads on web you can contact us too , for now adding your ads on very cheap price (day based not impression based for now)(not on bots)
❀4😘3
TeleBotHost pinned «⚑ Community Support Needed Our dashboard server is close to expiry. This project isn’t a business β€” it’s built entirely for users. If our service helps you, please consider donating so we can renew and upgrade the server for faster performance. Your support…»
πŸ”₯ Special Offer for First 10 Users!

We’ve launched premium plans at super affordable pricing on TeleBotHost:

πŸ’Ž Elite Plan – Just $4
⭐️ Premium Plan – Only $2

Premium subscribers get early access to new features, so you can try everything fresh without hesitation, before anyone else! πŸš€

Check pricing: https://telebothost.com/pricing/

Contact @onDNDbro for purchasing


Payment methods: any crypto, INR(β‚Ή), pkr
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3πŸ₯°1