3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-13 13:57:18 +00:00

New alias

!reminder added as an additional Alias
This commit is contained in:
DEX 2021-04-06 10:42:57 +05:00 committed by GitHub
parent dcdb11164a
commit 26b837e03d
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",