-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsample-config.json
24 lines (24 loc) · 1018 Bytes
/
sample-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"token": "", //This is the bot token
"guild": "", //The guild for slash commands (leave empty or remove for global commands)
"host": "bugs.mojang.com", //You shouldn't need to change this
"user": "", //This is your JIRA username
"password": "", //Password for the same account
"prefix": "!", //Prefix for bot commands
"url": "https://github.com/commandblockguy/EigenBot", //Linked to in !help
"name": "EigenBot", //Bot name listed in !help
"colors": { //Colors for JIRA issue statuses
"Open": 4876165,
"Resolved": 1345836,
"In Progress": 16765777, //Unused, but we can leave that in there
"Reopened": 4876165,
"Closed": 1345836,
"Postponed": 16765777,
"Invalid": 9441545, //For Invalid, Duplicate, Incomplete, and Cannot Reproduce resolutions
"Working": 16777215 //For Won't Fix and Works as Intended resolutions
},
"minecraft-version": {
"channels": ["<channel-id>"],
"webhook": "<url>"
}
}