From 7e7a128ea77472123473fe088621b8906ccc8a0e Mon Sep 17 00:00:00 2001 From: JPZV <38300410+JPZV@users.noreply.github.com> Date: Sun, 15 Nov 2020 17:18:46 -0300 Subject: [PATCH] Fixed README.md spacing --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b11cfd0..ae13607 100644 --- a/README.md +++ b/README.md @@ -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 + } + ] } ```