|
|
|
@ -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 = <your chat ID>
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
replace <your chat ID> with the ID you picked up from the previous step. Where it says:
|
|
|
|
|
|
|
|
|
|
apiToken = "<your bot token>"
|
|
|
|
|
```lua
|
|
|
|
|
apiToken = "<your bot token>"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
change it to say:
|
|
|
|
|
|
|
|
|
|
apiToken = "bot<token>"
|
|
|
|
|
```lua
|
|
|
|
|
apiToken = "bot<token>"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|