diff --git a/commands/random/reminder.js b/commands/random/reminder.js index 4f09ec2..d8320d8 100644 --- a/commands/random/reminder.js +++ b/commands/random/reminder.js @@ -7,7 +7,7 @@ var Job = require('cron').CronJob; constructor(client){ super(client, { name: 'remind', - aliases: ['remindme'], + aliases: ['remindme', 'reminder'], description: `It will send you a message after the ammount of minutes you specified. Ex: !remindme "message" 5` })