Update description on timer command

This commit is contained in:
SileNce5k 2025-05-14 07:30:37 +02:00
parent 2c90c20e50
commit 2bb0f38701
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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>`"