Update description on timer command
This commit is contained in:
parent
2c90c20e50
commit
2bb0f38701
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const parseTime = require('../../util/timer/parseTime');
|
|||
const showTimer = require('../../util/timer/showTimer');
|
||||
module.exports = {
|
||||
name: "timer",
|
||||
description: "Set a timer for a time in minutes.",
|
||||
description: "Set a timer for a date or time duration.",
|
||||
moreHelp: ["Usage:"
|
||||
,"`<prefix>timer [add|create] <time_in_minutes> <message_to_send>`"
|
||||
,"`<prefix>timer <time>(d|h|m|s|t) <message_to_send>`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue