hi @RSagittarius it is absolutely not supposed to be that way :)
you can test some running bots here:
also notice that I am moving away from SimpleBot and working in:
and for Golang:
deltabot-cli-py is an asyncio-based python lib that uses a new “Delta Chat RPC server” that makes it easier to run the bot in several platforms, even an old spare android device! and also cross-compiling Delta Chat core is easier with this approach.
the API is still not that nice as the SimpleBot API, but you can make bots in a more customized way, similar to libraries like Telethon for Telegram, without having to stick to the simplebot plugin system