Update README.md

This commit is contained in:
2025-07-26 22:08:02 +02:00
parent aa46acc812
commit 76a14d69ce

View File

@@ -34,12 +34,12 @@ 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= '<the way you start the python bot>'
BOT_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot
SUPER_USERS= [
<your chat id>,
your_chat_id,
]