const Discord = require('discord.js'); const cron = require('cron'); const moment = require('moment'); module.exports = { name: "remind", aliases: ['remindme', 'reminder'], meta: { category: 'Utility', description: "Set a reminder for something later", syntax: '`remind `', extra: null }, cooldown: {time: 5000, silent: false, message: "Slow down pal, I don't exactly have a world-star memory. Cool down on the reminders! (This command has a cooldown of 5s and you exceeded it)"}, help: new Discord.MessageEmbed() .setTitle("Help -> Reminders") .setDescription("Have me remind you about something later on.") .addField("Syntax", "`remind `"), async execute(message, msg, args, cmd, prefix, mention, client) { if (!args.length) {return message.channel.send(`Syntax: \`${prefix}remind