From 9ce8fb376202c716cd86f6f3d7e3a33258ef4024 Mon Sep 17 00:00:00 2001 From: Navy Date: Fri, 1 May 2020 17:13:40 +0300 Subject: [PATCH] thing --- structure/client/components/commands/utility/User.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/structure/client/components/commands/utility/User.js b/structure/client/components/commands/utility/User.js index d4ed393..b6ca2bd 100644 --- a/structure/client/components/commands/utility/User.js +++ b/structure/client/components/commands/utility/User.js @@ -13,7 +13,7 @@ class UserCommand extends Command { arguments: [ new Argument(client, { name: 'search', - type: 'string', + type: 'STRING', types: ['FLAG', 'VERBAL'], requiredValue: true }), @@ -47,12 +47,12 @@ class UserCommand extends Command { response = { description: response, - title: message.format('C_SEARCH_USER_TITLE', { + title: message.format('C_USER_SEARCH_TITLE', { key: key }), color: 0x0088cc, footer: { - text: message.format('C_SEARCH_USER_FOOTER', { + text: message.format('C_USER_SEARCH_FOOTER', { matches: members.size, count })