From 90b6f4bc86d6e5756dbcc97956cfc05b99176643 Mon Sep 17 00:00:00 2001 From: Shoaib Sajid Date: Thu, 29 Apr 2021 00:04:01 +0500 Subject: [PATCH] Add !reminder as an alias for !remind (#181) --- backend/src/plugins/Reminders/commands/RemindCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Reminders/commands/RemindCmd.ts b/backend/src/plugins/Reminders/commands/RemindCmd.ts index 67a2cfc1..ad9cd355 100644 --- a/backend/src/plugins/Reminders/commands/RemindCmd.ts +++ b/backend/src/plugins/Reminders/commands/RemindCmd.ts @@ -7,7 +7,7 @@ import { remindersCmd } from "../types"; import { TimeAndDatePlugin } from "../../TimeAndDate/TimeAndDatePlugin"; export const RemindCmd = remindersCmd({ - trigger: ["remind", "remindme"], + trigger: ["remind", "remindme", "reminder"], usage: "!remind 3h Remind me of this in 3 hours please", permission: "can_use",