Add !reminder as an alias for !remind (#181)
This commit is contained in:
parent
6b9131c353
commit
90b6f4bc86
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue