Skip to content

Commit c74b126

Browse files
authored
Update README.md
1 parent 11b7b4d commit c74b126

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

README.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,38 +37,8 @@ Fill out the bot's config for the bot token, discord server id, and channel IDs,
3737
## How configure the execution of game commands through Discord
3838

3939
1. Open your bot `config.json` file.
40-
2. Add to the `CommandChannel` config, channel IDs in which commands are allowed to be executed.
4140

42-
```json "Channels": {
43-
"1": {
44-
"Logs": {
45-
"Commands": [
46-
940821568186109974
47-
],
48-
"GameEvents": [
49-
940821568186109974
50-
],
51-
"Bans": [
52-
940821568186109974
53-
],
54-
"Reports": [
55-
940821568186109974
56-
],
57-
"StaffCopy": [
58-
940821568186109974
59-
]
60-
},
61-
"TopicInfo": [
62-
940821568186109974
63-
],
64-
"CommandChannel": [
65-
940821568186109974
66-
]
67-
}
68-
},
69-
```
70-
71-
3. Add role IDs and list every command they can execute. You can use `.*` to permit to that role ID to use all game commands without restrictions.
41+
2. Add role IDs and list every command they can execute. You can use `.*` to permit to that role ID to use all game commands without restrictions.
7242

7343
```json
7444
"ValidCommands": {
@@ -80,7 +50,7 @@ Fill out the bot's config for the bot token, discord server id, and channel IDs,
8050
},
8151
```
8252

83-
4. **Never duplicate commands.** Higher roles on your Discord server will be able to use lower roles commands as well, based on the position of the roles.
53+
3. **Never duplicate commands.** Higher roles on your Discord server will be able to use lower roles commands as well, based on the position of the roles.
8454

8555
## Available commands
8656

0 commit comments

Comments
 (0)