Update README.md
This commit is contained in:
@@ -33,10 +33,12 @@ remember to create a file
|
|||||||
local_settings.py
|
local_settings.py
|
||||||
with these settings
|
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
|
BOT_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot
|
||||||
|
|
||||||
SUPER_USERS= [ your_chat_id ]`
|
SUPER_USERS= [ your_chat_id ]
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user