Added database and /language

This commit is contained in:
2023-08-03 21:29:47 +02:00
parent b1f7e649b9
commit 95dbd9cec8
11 changed files with 152 additions and 5 deletions

View File

@@ -9,6 +9,13 @@
"max_concurrent_transmissions": 1,
"scoped_commands": true
},
"database": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
"name": "pyrobot"
},
"reports": {
"chat_id": "owner"
},