Change order of morehelp in timer command
This commit is contained in:
parent
76da183b67
commit
64409c890a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
description: "Set a timer for a time in minutes.",
|
||||
moreHelp: ["Usage:"
|
||||
,"`<prefix>timer <time_in_minutes> <message_to_send>`"
|
||||
,"`<prefix>timer <time>(m|h|s|d) <message_to_send>`"
|
||||
,"`<prefix>timer <time>(d|h|m|s) <message_to_send>`"
|
||||
,"Bot will mention you after the time has passed, with the custom message."],
|
||||
execute({client, message, args}) {
|
||||
if(args.length < 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue