From f878362d73b01a051091faaa012deeb7a85204af Mon Sep 17 00:00:00 2001 From: Austin Davis Date: Thu, 13 Oct 2016 20:14:03 -0600 Subject: [PATCH] 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...) --- examples/mytoken/README.md | 2 +- examples/pingpong/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mytoken/README.md b/examples/mytoken/README.md index a870615..fa77bab 100644 --- a/examples/mytoken/README.md +++ b/examples/mytoken/README.md @@ -37,5 +37,5 @@ authentication. The below example shows how to start the bot using the bot user's token ```sh -./pingpong -t "Bot YOUR_BOT_TOKEN" +./mytoken -t "Bot YOUR_BOT_TOKEN" ``` diff --git a/examples/pingpong/README.md b/examples/pingpong/README.md index 0eb43eb..454594b 100644 --- a/examples/pingpong/README.md +++ b/examples/pingpong/README.md @@ -42,5 +42,5 @@ authentication. The below example shows how to start the bot using the bot user's token ```sh -./pingpong -t "BOT YOUR_BOT_TOKEN" +./pingpong -t "Bot YOUR_BOT_TOKEN" ```