-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
42 lines (42 loc) · 940 Bytes
/
config.json.example
File metadata and controls
42 lines (42 loc) · 940 Bytes
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
{
"development": true,
"authToken": "BOT TOKEN",
"commandPrefix": "#",
"database_directory": "DATABASE DIR",
"resource_directory": "RESOURCE DIR",
"owner_ids": [
"Discord ID",
"of people capable of bot admin"
],
"customCommandCooldown": 20,
"botChannels": [
"channel ID for bot-spam etc"
],
"carrierOwnerIds": [
"Discord user ID of carrier commanders"
],
"carrierUpdateChannelId": "channel ID for carrier status updates",
"carrierFlightLogChannelId": "channel ID for carrier change logs",
"carriers": [
{
"stationId": "W7H-6DZ",
"name": "DSEV Odysseus",
"inaraId": 184006
},
{
"stationId": "V2W-85Z",
"name": "DSEV Distant Suns",
"inaraId": 0
},
{
"stationId": "V4V-2XZ",
"name": "DSEC Fimbulthul",
"inaraId": 0
},
{
"stationId": "TBQ-6VX",
"name": "Pillar of Chista",
"inaraId": 0
}
]
}