Merge pull request #69 from DarkView/k30_fixLocateUser
[K30] LocateUser: Change rest to catchAll
This commit is contained in:
commit
988d89cb4a
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