Add aliases

This commit is contained in:
Dragon Fire
2020-11-13 16:59:29 -05:00
parent 53bb61a950
commit 84dd277ecf
+2 -1
View File
@@ -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',