Skip to content

Commit d1e3dfd

Browse files
authored
created qotd commands (#244)
* created qotd commands * made cron job work * removed tests * reverted format to normal * removed database folder from gitignore * made sarah ignore all sqlite files
1 parent 634b9e3 commit d1e3dfd

8 files changed

Lines changed: 1448 additions & 11 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ config.json
88
# MongoDB
99
data/db
1010

11+
data/*.sqlite
12+
1113
# other
1214
.DS_Store
1315
.vscode/

config.example.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
},
2121
"guildId": "xxxxxxxxxx",
2222
"PARKING_CHANNEL_ID": "xxxxxxxx",
23-
"WORDLE_BOT_ID": "xxxxxxxxxx"
24-
}
23+
"WORDLE_BOT_ID": "xxxxxxxxxx",
24+
"QOTD": {
25+
"QOTD_CHANNEL_ID": "xxxxxxxx",
26+
"ALLOWED_ROLE_ID": "xxxxxxxxxxx",
27+
"CRON_TIME": "0 8 * * *",
28+
"QOTD_ROLE_ID": "xxxxxxx"
29+
}
30+
}

0 commit comments

Comments
 (0)