mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
19 lines
444 B
TypeScript
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
|
|
}
|
|
}
|
|
}
|