From e03f0006e7c18cc0a0ab2e028f5932f1a5334912 Mon Sep 17 00:00:00 2001 From: Nils <7890309+DarkView@users.noreply.github.com> Date: Thu, 16 Jul 2020 22:35:10 +0200 Subject: [PATCH] Change rest to catchAll --- backend/src/plugins/LocateUser/commands/FollowCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/LocateUser/commands/FollowCmd.ts b/backend/src/plugins/LocateUser/commands/FollowCmd.ts index d0e41a79..5d44a3e6 100644 --- a/backend/src/plugins/LocateUser/commands/FollowCmd.ts +++ b/backend/src/plugins/LocateUser/commands/FollowCmd.ts @@ -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" }),