We continue development SmartBot architecture on demo bot.
It is:
- scheme for bot talk tree
- bot scheme (just json)
- bjs for /menu as example
With smartBot bot become very simple for editing and supporting:
- logic and content is really isolated
- simple bot can be development with JSON only
- extra logic will be in BJS like before
- Multi Lang architecture - FIRST
It is:
- scheme for bot talk tree
- bot scheme (just json)
- bjs for /menu as example
With smartBot bot become very simple for editing and supporting:
- logic and content is really isolated
- simple bot can be development with JSON only
- extra logic will be in BJS like before
- Multi Lang architecture - FIRST
β€7π2
We found a bug that allowed a successful attack after 500 attempts.
Any service can be put down - it's a matter of time and money.
One way or another, the error was found and partially fixed. We continue to work and improve our service and protection.
Any service can be put down - it's a matter of time and money.
One way or another, the error was found and partially fixed. We continue to work and improve our service and protection.
π6π4β€2π₯2
Please don't use fake email for BB account.
Password recovery is not possible for fake emails.
Password recovery is not possible for fake emails.
π5π3π1
NEW:
Short names for Get/Set properties now instead long "getProperty / setProperty"
π Old methods like
But it is more easy use
Short names for Get/Set properties now instead long "getProperty / setProperty"
π Old methods like
User.getProperty - still working!But it is more easy use
User.getProp now// for bot
Bot.setProp(name, value);
let x = Bot.getProp(name);
// for user
User.setProp(name, value);
let y = User.getProp(name);
// user_id, bot_id and etc can be passed also
π4β€1π1π₯1
Fixed:
- Error Stack Trace
- correct Error Line!
- Commands @ and @@ - supported
- error have target command Name also
- libs errors also supported
Known issues:
- Core Libs are not supported (only error no trace) but CoreLibs have good error descriptions.
- Error Stack Trace
- correct Error Line!
- Commands @ and @@ - supported
- error have target command Name also
- libs errors also supported
Known issues:
- Core Libs are not supported (only error no trace) but CoreLibs have good error descriptions.
π4β€3π2π2
@BBDemoTaskBot - you can try this bot now.
It is currently under active development, but looks to be 80-90% complete.
You can test it and give your feedback or errors.
#taskBot
It is currently under active development, but looks to be 80-90% complete.
You can test it and give your feedback or errors.
#taskBot
β€2π1π₯°1
Why @BBDemoTask bot so slowly? π±
Because it beforeAll command - "@" have approx 1400 lines of code now.
It is huge count!
But don't worry! We will move this magic code to several Libs later!
Why we use "@" command?
Because it is very easy for Lib development. After full testing we will move this code to Libs!
Today updates:
- button text can be translated
- smart commands have aliases (needs to translate alias or aliases not command name!)
- we have translation instruction now
Because it beforeAll command - "@" have approx 1400 lines of code now.
It is huge count!
But don't worry! We will move this magic code to several Libs later!
Why we use "@" command?
Because it is very easy for Lib development. After full testing we will move this code to Libs!
Today updates:
- button text can be translated
- smart commands have aliases (needs to translate alias or aliases not command name!)
- we have translation instruction now
π4β€2π2π₯2
Telegram
Bots.Business
Boost this channel to help it unlock additional features.
π6π4β€3π€3