Change rest to catchAll

This commit is contained in:
Nils 2020-07-16 22:35:10 +02:00 committed by GitHub
parent b6257b9189
commit e03f0006e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" }),