This commit is contained in:
split / May 2023-03-17 14:11:59 -07:00
parent 8e5ec42b5c
commit 04b1a291b6

View file

@ -17,13 +17,14 @@ echo "TOKEN=INSERT-TOKEN.HERE" > .env
``` ```
Invite your bot to a server, then give it a channel to post in: Invite your bot to a server, then give it a channel to post in:
```json ```js
config.json // config.json
-------------------------------------------- {
... ...
"targetGuild": "1024080490677936248", "targetGuild": "1024080490677936248",
"targetChannel": "1024080525993971913", "targetChannel": "1024080525993971913",
... ...
}
``` ```
Then, compile and start. Then, compile and start.