Change rest to catchAll
This commit is contained in:
parent
b6257b9189
commit
e03f0006e7
1 changed files with 1 additions and 1 deletions
|
@ -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" }),
|
||||
|
|
Loading…
Add table
Reference in a new issue