Major update
- MongoDB support has been added to the bot. Now you can choose whether you want to store your data in local file or a mongodb server just like editing .env file:
TOKEN=
PRE=.
OWNER=<owner_id>
KEY=<your_key>
SHARD=1
USE_MONGODB=true
MONGODB_URI=mongodb://<your_mongo_connection_string>
MONGODB_DATABASE=<your_db>
MONGODB_COLLECTION=<your_collection>
- Also some code improvements have been made to decrease answer time.
Disclaimer
If you are using previous versions of TzeBot please make sure to backup your DB file. This version is not compatible for now for previous DB versions.