forked from Cryz/battle_royale_sim
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -24,3 +24,16 @@ Feel free to fork the project and make your own Bot
|
|||||||
- Get Alive Players: (list of alive players)
|
- Get Alive Players: (list of alive players)
|
||||||
- Get Death Players: (list of death players)
|
- Get Death Players: (list of death players)
|
||||||
- Get Ranking Players: (this is the leaderboard, based on number of kills)
|
- Get Ranking Players: (this is the leaderboard, based on number of kills)
|
||||||
|
|
||||||
|
# Fork Instructions
|
||||||
|
|
||||||
|
if you want to fork this project
|
||||||
|
remember to create a file
|
||||||
|
local_settings.py
|
||||||
|
with these settings
|
||||||
|
TOKEN = '<your-token>'
|
||||||
|
BOT_PATH= '<the path of the project>'
|
||||||
|
BOT_EXEC_CMD= '<the way you start the python bot>'
|
||||||
|
SUPER_USERS= [
|
||||||
|
<your chat id>,
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user