3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Merge pull request #69 from DarkView/k30_fixLocateUser

[K30] LocateUser: Change rest to catchAll
This commit is contained in:
Miikka 2020-07-21 18:17:57 +03:00 committed by GitHub
commit 988d89cb4a
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" }),