feat(*): Add ability to run functions at 8am every day

This commit is contained in:
2021-01-29 19:35:19 +00:00
parent 6835154e9b
commit 51a8fc9697
2 changed files with 13 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@ const { generateEmbedMessage, trim } = require('./helpers.js');
const axios = require('axios');
module.exports = {
dailyTasks: function (client) {
},
matchCommand: function (Discord, config, logger, message, command, args) {
switch(command) {
case 'help':