1
0

Update README.md

This commit is contained in:
2025-07-26 22:10:40 +02:00
parent 308107fdc7
commit af70d30279

View File

@@ -33,10 +33,12 @@ remember to create a file
local_settings.py
with these settings
`TOKEN = 'your-token'
```
TOKEN = 'your-token'
BOT_PATH= 'the/path/of/the/project'
BOT_PATH= '/the/path/of/the/project'
BOT_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot
SUPER_USERS= [ your_chat_id ]`
SUPER_USERS= [ your_chat_id ]
```