casing matters for some reason tried BOT and it returns a 401. (#268)

Also got the name of the executable wrong in mytoken (damn copy paste...)
This commit is contained in:
Austin Davis 2016-10-13 20:14:03 -06:00 committed by Chris Rhodes
parent 9187964002
commit 212fc66a25
2 changed files with 2 additions and 2 deletions

View file

@ -37,5 +37,5 @@ authentication.
The below example shows how to start the bot using the bot user's token The below example shows how to start the bot using the bot user's token
```sh ```sh
./pingpong -t "Bot YOUR_BOT_TOKEN" ./mytoken -t "Bot YOUR_BOT_TOKEN"
``` ```

View file

@ -42,5 +42,5 @@ authentication.
The below example shows how to start the bot using the bot user's token The below example shows how to start the bot using the bot user's token
```sh ```sh
./pingpong -t "BOT YOUR_BOT_TOKEN" ./pingpong -t "Bot YOUR_BOT_TOKEN"
``` ```