import { ICommand } from 'wokcommands'
// Best practice for the built-in help menu
description: 'Rewards every user who reacts to the message.',
// Ensure this command can only be ran once every 7 days
// Invoked when the command is actually ran
callback: async ({ message, channel }) => {
const { member } = message
const text = `React with ${emoji} to get rewards! Thanks to ${member} for hosting this reward giveaway!`
const newMessage = await channel.send({
// TODO: Listen for reactions to "newMessage"