Improve description and moreHelp on timer command
This commit is contained in:
parent
d992598dc9
commit
412b39797b
1 changed files with 2 additions and 1 deletions
|
@ -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","<prefix>timer <time_in_minutes> <message_to_send>", "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");
|
||||
|
|
Loading…
Add table
Reference in a new issue