1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 16:30:59 -04:00
Daggerbot-TS/src/config.json

85 lines
2.3 KiB
JSON
Raw Normal View History

2023-06-24 10:07:38 -04:00
{
2023-10-07 17:01:16 -04:00
"configName": "Daggerbot",
2023-12-24 10:21:40 -05:00
"embedColor": "#0052cf",
2023-03-05 05:04:10 -05:00
"embedColorBackup": "#0052cf",
"embedColorGreen": "#57f287",
"embedColorYellow": "#ffea00",
"embedColorRed": "#e62c3b",
2023-12-24 10:21:40 -05:00
"embedColorInvis": "#2f3136",
2023-03-05 05:04:10 -05:00
"embedColorBCA": "#ff69b4",
2023-12-24 10:21:40 -05:00
"embedColorXmas": "#ffffff",
2023-03-05 05:04:10 -05:00
"LRSstart": 1661236321433,
"whitelistedServers": [
2023-12-24 10:21:40 -05:00
"929807948748832798", "468835415093411861"
2023-03-05 05:04:10 -05:00
],
"botSwitches": {
2023-08-14 04:33:49 -04:00
"dailyMsgsBackup": true,
2023-12-24 10:21:40 -05:00
"registerCommands": true,
2023-03-05 05:04:10 -05:00
"commands": true,
"logs": true,
2023-12-24 10:21:40 -05:00
"mpSys": true,
2023-05-02 17:35:43 -04:00
"buttonRoles": true,
2023-03-05 05:04:10 -05:00
"automod": true,
"autores": true
},
"botPresence": {
2023-08-12 13:18:46 -04:00
"activities": [
2023-12-12 06:00:12 -05:00
{"name": "Today is December!", "url": "https://www.youtube.com/watch?v=uimgSQE1Vnc", "type": 1}
2023-06-24 10:07:38 -04:00
],
2023-05-19 17:09:12 -04:00
"status": "online"
},
2023-05-02 00:19:05 -04:00
"whitelist": [
"190407856527376384",
"215497515934416896",
2023-05-17 20:57:46 -04:00
"141304507249197057",
2023-12-24 10:21:40 -05:00
"309373272594579456",
"301350210926280704"
2023-05-02 00:19:05 -04:00
],
2023-05-20 03:17:23 -04:00
"contribList": [
"190407856527376384",
"633345781780185099",
"215497515934416896",
"141304507249197057",
2023-08-27 22:48:18 -04:00
"178941218510602240",
"700641965787709520"
2023-05-20 03:17:23 -04:00
],
2023-12-24 10:21:40 -05:00
"dcServer": {
2023-03-05 05:04:10 -05:00
"id": "468835415093411861",
"staffRoles": [
"admin",
"dcmod",
"mpmanager",
"mpmod",
"vtcmanager",
"vtcstaff",
"ytmod"
],
"roles": {
"admin": "468842789053136897",
"bottech": "1011341005389307925",
"dcmod": "468841295150972929",
"mpmanager": "1028735939813585029",
"mpmod": "572151330710487041",
"vtcmanager": "1028735871370940490",
"vtcstaff": "801945627268481046",
"ytmod": "734888335851388958",
"mphelper": "1034453973412884500",
"mpplayer": "798285830669598762",
"vtcmember": "802282391652663338"
2022-11-22 17:02:07 -05:00
},
2023-03-05 05:04:10 -05:00
"channels": {
"errors": "1009754872188506192",
2023-03-31 06:29:44 -04:00
"thismeanswar": "1091300529696673792",
2023-08-24 19:15:56 -04:00
"bot_suggestions": "1040018521746325586",
2023-03-05 05:04:10 -05:00
"bot_status": "1009753780188884992",
"logs": "548032776830582794",
"welcome": "621134751897616406",
2023-04-29 19:41:12 -04:00
"botcommands": "468888722210029588",
2023-05-07 04:41:20 -04:00
"bankick_log": "1048341961901363352",
"punishment_log": "1102751034754998302",
2023-10-07 04:48:39 -04:00
"dcmod_chat": "742324777934520350",
2023-12-24 10:21:40 -05:00
"mpmod_chat": "516344221452599306"
2022-11-22 17:02:07 -05:00
}
2023-03-05 05:04:10 -05:00
}
2023-02-10 16:07:38 -05:00
}