Made sure config.json doesn't get committed. Oops.

This commit is contained in:
2025-06-01 12:17:58 -07:00
parent fcfd6066f7
commit a9e963f136
2 changed files with 59 additions and 1 deletions

2
.gitignore vendored
View File

@@ -163,3 +163,5 @@ dist
# End of https://www.toptal.com/developers/gitignore/api/node,visualstudiocode # End of https://www.toptal.com/developers/gitignore/api/node,visualstudiocode
cache/* cache/*
config.json

56
config sample.json Normal file
View File

@@ -0,0 +1,56 @@
{
"token": "DiscordTokenHere",
"cacheInfo": {
"method": "localfile",
"path": "cache/"
},
"spcGenerationTimes": {
"day1": [{
"startTime": 0,
"endTime": 605,
"timeText": "0100"
}, {
"startTime": 605,
"endTime": 1305,
"timeText": "0600"
}, {
"startTime": 1305,
"endTime": 1635,
"timeText": "1300"
}, {
"startTime": 1635,
"endTime": 2005,
"timeText": "1630"
}, {
"startTime": 2005,
"endTime": 2360,
"timeText": "2000"
}],
"day2": [{
"startTime": 0,
"endTime": 605,
"timeText": "1730"
}, {
"startTime": 605,
"endTime": 1735,
"timeText": "0600"
}, {
"startTime": 1735,
"endTime": 2360,
"timeText": "1730"
}],
"day3": [{
"startTime": 0,
"endTime": 735,
"timeText": "1930"
}, {
"startTime": 735,
"endTime": 1935,
"timeText": "0730"
}, {
"startTime": 1935,
"endTime": 2360,
"timeText": "1930"
}]
}
}