3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 23:55:02 +00:00

Change rest to catchAll

This commit is contained in:
Nils 2020-07-16 22:35:10 +02:00 committed by GitHub
parent e82dff4fa2
commit 9c5ca09452

View file

@ -13,7 +13,7 @@ export const FollowCmd = locateUserCommand({
signature: {
member: ct.resolvedMember(),
reminder: ct.string({ required: false, rest: true }),
reminder: ct.string({ required: false, catchAll: true }),
duration: ct.delay({ option: true, shortcut: "d" }),
active: ct.bool({ option: true, shortcut: "a" }),