Initial commit

This commit is contained in:
2023-04-01 14:25:41 +02:00
commit 52ca3999ad
9 changed files with 336 additions and 0 deletions

12
config_example.json Normal file
View File

@@ -0,0 +1,12 @@
{
"bot": {
"api_id": 0,
"api_hash": "",
"bot_token": "",
"workers": 1
},
"disabled_plugins": [],
"reports": {
"chat_id": 0
}
}