From 412b39797b95889565103fadc2fa01d40a5face9 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 15 May 2022 01:13:12 +0200 Subject: [PATCH] Improve description and moreHelp on timer command --- commands/misc/timer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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");