clean up stuff

This commit is contained in:
spiral 2021-10-20 11:45:50 -04:00
parent 14dd8a5453
commit 1777df5370
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
12 changed files with 185 additions and 542 deletions

20
config.json Normal file
View file

@ -0,0 +1,20 @@
{
"token": "",
"prefix": "\\",
"guild": "793906174356619286",
"mom": "840806601957965864",
"roles": {
"mod": "836854342966706176",
"helper": "844490985911222332"
},
"channels": {
"joins": "812025454935932938"
},
"jira": {
"baseUrl": "https://apparyllis.atlassian.net/rest/api/latest",
"issueTypes": {
"bug": 10005,
"task": 10002
}
}
}