mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-13 13:57:18 +00:00
Alias for remind command
!reminder as an additional alias
This commit is contained in:
parent
186ac65924
commit
15da52211b
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
Add a link
Reference in a new issue