Skip to content

Commit

Permalink
moved config.json and sample-config.json to output/
Browse files Browse the repository at this point in the history
  • Loading branch information
JPZV committed Nov 15, 2020
1 parent b400123 commit a8a117e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
30 changes: 15 additions & 15 deletions config.json → output/config.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"discord_token": "[YOUR BOT TOKEN]",
"channel_id": "[YOUR CHANNEL ID]",
"mention_id": "[YOUR ROLE ID, OR @here OR @everyone]",
"closing_text": "[YOUR MESSAGE]",
"opening_text": "[YOUR MESSAGE]",
"zones": [
"discord_token": "[YOUR BOT TOKEN]",
"channel_id": "[YOUR CHANNEL ID]",
"mention_id": "[YOUR ROLE ID, OR @here OR @everyone]",
"closing_text": "[YOUR MESSAGE]",
"opening_text": "[YOUR MESSAGE]",
"zones": [
{
"channel_id": "[YOUR CHANNEL ID (optional)]",
"mention_id": "[YOUR ROLE ID, OR @here OR @everyone (optional)]",
"closing_text": "[YOUR MESSAGE (optional)]",
"opening_text": "[YOUR MESSAGE (optional)]",
"positions": [ "YOUR ATC ID #1", "YOUR ATC ID #2", "YOUR ATC ID #3" ],
"positions": [ "YOUR ATC ID #1", "YOUR ATC ID #2", "YOUR ATC ID #3" ],
"opening_positions": [ "YOUR ATC ID #4", "YOUR ATC ID #5", "YOUR ATC ID #6" ],
"closing_positions": [ "YOUR ATC ID #7", "YOUR ATC ID #8", "YOUR ATC ID #9" ],
"notify_all": true,
"notify_close": true
},
"notify_all": true,
"notify_close": true
},
{
"channel_id": "[ANOTHER CHANNEL ID (optional)]",
"mention_id": "[ANOTHER ROLE ID, OR @here OR @everyone (optional)]",
"closing_text": "[ANOTHER MESSAGE (optional)]",
"opening_text": "[ANOTHER MESSAGE (optional)]",
"positions": [ "ANOTHER ATC ID #1", "ANOTHER ATC ID #2", "ANOTHER ATC ID #3" ],
"positions": [ "ANOTHER ATC ID #1", "ANOTHER ATC ID #2", "ANOTHER ATC ID #3" ],
"opening_positions": [ "ANOTHER ATC ID #4", "ANOTHER ATC ID #5", "ANOTHER ATC ID #6" ],
"closing_positions": [ "ANOTHER ATC ID #7", "ANOTHER ATC ID #8", "ANOTHER ATC ID #9" ],
"notify_all": false,
"notify_close": false
}
]
"notify_all": false,
"notify_close": false
}
]
}
21 changes: 21 additions & 0 deletions output/sample-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"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
},
{
"channel_id": "777595739215364146",
"notify_all": true,
"notify_close": true
}
]
}
21 changes: 0 additions & 21 deletions sample-config.json

This file was deleted.

0 comments on commit a8a117e

Please sign in to comment.