Add !reminder as an alias for !remind (#181)

This commit is contained in:
Shoaib Sajid 2021-04-29 00:04:01 +05:00 committed by GitHub
parent 6b9131c353
commit 90b6f4bc86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",