Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Apr 26, 2020
1 parent d44b351 commit c5ce517
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,15 @@ pip install -r requirements.txt
{
"token": "the token provided by the botfather",
"game_name": "the short name of the game as given in the botfather",
"game_url": "the http adress of the game html",
"game_url": "the http(s) adress of the game html without trailing slash",
"bot_url": "the ip/hostname of this bot. this is not a webadress, so don't prefix it with http://. it should be in the form of 127.0.0.1 or google.com"
}
```

Here you can see the ```game_name```:

![game_name](https://user-images.githubusercontent.com/15004217/80318150-45c6e500-8808-11ea-966d-162a3f549287.PNG)

# Running
Run the following command
```bash
Expand Down

0 comments on commit c5ce517

Please sign in to comment.