forked from Cryz/battle_royale_sim
Update README.md
This commit is contained in:
@@ -34,12 +34,12 @@ 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= '<the way you start the python bot>'
|
BOT_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot
|
||||||
|
|
||||||
SUPER_USERS= [
|
SUPER_USERS= [
|
||||||
<your chat id>,
|
your_chat_id,
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user