Spot/config.ts
spiral 56091a6df7
rewrite
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
2022-10-21 17:22:01 +00:00

19 lines
444 B
TypeScript

export default {
"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
}
}
}