diff --git a/commands/misc/timer.js b/commands/misc/timer.js index 504eccc..ce65f3a 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -1,6 +1,7 @@ module.exports = { name: "timer", - description: "Set a timer for a time in minutes. Bot will mention you and the custom message after time has passed.", + description: "Set a timer for a time in minutes.", + moreHelp: ["Usage","timer ", "Bot will mention you after the time has passed, with the custom message."], execute({message, args}) { if(args.length < 2) return message.channel.send("Please specify a time in minutes, and a message to send after the timer has finished");