Skip to content

Commit

Permalink
Fixed README.md spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
JPZV committed Nov 15, 2020
1 parent a8a117e commit 7e7a128
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ The new configuration system works using JSON and it has more customization than
**Sample config:**
```json
{
"discord_token": "[YOUR BOT TOKEN]",
"channel_id": "775005707372199936",
"mention_id": "@here",
"closing_text": "%name% is closed %position%.",
"opening_text": "%name% is opening %position% (%frequency%)",
"zones": [
"discord_token": "[YOUR BOT TOKEN]",
"channel_id": "775005707372199936",
"mention_id": "@here",
"closing_text": "%name% is closed %position%.",
"opening_text": "%name% is opening %position% (%frequency%)",
"zones": [
{
"mention_id": "<@&777603225347817503>",
"closing_text": "%name% está cerrando %position%.",
"opening_text": "%name% está abriendo %position% (%frequency%)",
"positions": ["SCEL", "SCEZ", "SAEZ", "BAIRES", "SAME"],
"notify_close": true
},
"mention_id": "<@&777603225347817503>",
"closing_text": "%name% está cerrando %position%.",
"opening_text": "%name% está abriendo %position% (%frequency%)",
"positions": ["SCEL", "SCEZ", "SAEZ", "BAIRES", "SAME"],
"notify_close": true
},
{
"channel_id": "777595739215364146",
"notify_all": true,
"notify_close": true
}
]
"channel_id": "777595739215364146",
"notify_all": true,
"notify_close": true
}
]
}

```
Expand Down

0 comments on commit 7e7a128

Please sign in to comment.