From c246c692e4cb322540f46f17314d339c4df1b43b Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:21:20 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6924d42..05508f0 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,21 @@ The next step will be to get your chat ID. The easiest way I've found to do this Now, open the plugin and make the following changes. Where it says: -chatID = <your chat ID> +```lua +chatID = +``` replace <your chat ID> with the ID you picked up from the previous step. Where it says: -apiToken = "<your bot token>" +```lua +apiToken = "" +``` change it to say: -apiToken = "bot<token>" +```lua +apiToken = "bot" +``` where <token> again is what you received from creating your bot. It is imperative that "bot" precedes it. The plugin will not work without it.