Skip to content

Commit 907658b

Browse files
committed
Update README.md
1 parent dc0f3b1 commit 907658b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ In this config file you'll see the following boilerplate code:
1818

1919
```json
2020
{
21-
"rate":3600000,
22-
"guildId":"Insert Your Guild ID here",
23-
"tokens":{}
24-
}
21+
"rate": 3600000,
22+
"guildId": "Insert Your Guild ID here",
23+
"tokens": {}
24+
}
2525
```
26+
2627
If you don't see this, copy and paste the code into the config.json. Once you're there change the `guildId` to the guild that all your bots share, **ALL BOTS ARE MANDATORY TO JOIN THIS GUILD!**
2728

2829
for tokens you'll just prefix the bot name and then it's token.
30+
2931
```json
3032
{
31-
"BotName":"BotToken"
33+
"BotName": "BotToken"
3234
}
3335
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multibotprocessor",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "",
55
"main": "index.js",
66
"type": "module",
@@ -10,7 +10,7 @@
1010
"author": "Dummi",
1111
"license": "MIT",
1212
"dependencies": {
13-
"xernerx": "4.5.1"
13+
"xernerx": "4.8.1"
1414
},
1515
"devDependencies": {
1616
"nodemon": "3.0.1",

0 commit comments

Comments
 (0)