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 })