mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
wwww
This commit is contained in:
parent
8e5ec42b5c
commit
04b1a291b6
11
README.md
11
README.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue