-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 1.22 KB
/
config.json
File metadata and controls
43 lines (43 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"Discord": {
"token": "YOUR-BOT-USER-TOKEN",
"server": {
"YOUR-SERVER-NAME": {
"joinChannel": "CHANNEL-NAME",
"joinMessage": "Welcome to YOUR-SERVER-NAME <@{0}>!",
"removeMessage": "**{0}** has left the server!",
"removeChannel": "CHANNEL-NAME"
},
"ANOTHER-SERVER-NAME": {
"joinChannel": "CHANNEL-NAME",
"joinMessage": "Welcome to YOUR-SERVER-NAME <@{0}>!",
"removeMessage": "**{0}** has left the server!",
"removeChannel": "CHANNEL-NAME"
}
}
},
"tasks": {
"online_report": {
"refresh_url": "SOME-URL",
"refresh_interval": SOME-INTERVAL,
"report_url": "SOME-URL",
"report_title": "REPORT-TITLE",
"report_description": "REPORT-DESCRIPTION"
},
"discord_accounts": {
"target_start_time_hour": START-HOUR,
"target_start_time_minute": START-MINUTE,
"staging_url": "SOME-URL"
},
"account_linking": {
"link_url": "SOME-URL",
"report": {
"report_title": "REPORT-TITLE",
"report_description": "REPORT-DESCRIPTION",
"report_url": "SOME-URL",
"footer_text": "SOME-FOOTER-TEXT",
"footer_icon_url": "SOME-URL"
}
}
}
}