From 84dd277ecf0390ba46c45c6f6794ab10ce828af6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 13 Nov 2020 16:59:29 -0500 Subject: [PATCH] Add aliases --- commands/other/timer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/other/timer.js b/commands/other/timer.js index e80ed4b1..ae234b4c 100644 --- a/commands/other/timer.js +++ b/commands/other/timer.js @@ -5,9 +5,10 @@ module.exports = class TimerCommand extends Command { constructor(client) { super(client, { name: 'timer', + aliases: ['remind', 'remind-me'], group: 'other', memberName: 'timer', - description: 'Sets a timer for anywhere from 1 second to 10 minutes.', + description: 'Sets a timer.', args: [ { key: 'time',