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.