From f23b59a688c155896448cf38dd3a37bf0ccb95df Mon Sep 17 00:00:00 2001 From: DEX Date: Tue, 6 Apr 2021 10:45:06 +0500 Subject: [PATCH] Update RemindCmd.ts --- 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 ad9cd355..67a2cfc1 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", "reminder"], + trigger: ["remind", "remindme"], usage: "!remind 3h Remind me of this in 3 hours please", permission: "can_use",