mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
feat(*): Add ability to run functions at 8am every day
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user