This commit is contained in:
Erik 2020-05-01 17:13:40 +03:00
parent 369cff7423
commit 9ce8fb3762

View File

@ -13,7 +13,7 @@ class UserCommand extends Command {
arguments: [ arguments: [
new Argument(client, { new Argument(client, {
name: 'search', name: 'search',
type: 'string', type: 'STRING',
types: ['FLAG', 'VERBAL'], types: ['FLAG', 'VERBAL'],
requiredValue: true requiredValue: true
}), }),
@ -47,12 +47,12 @@ class UserCommand extends Command {
response = { response = {
description: response, description: response,
title: message.format('C_SEARCH_USER_TITLE', { title: message.format('C_USER_SEARCH_TITLE', {
key: key key: key
}), }),
color: 0x0088cc, color: 0x0088cc,
footer: { footer: {
text: message.format('C_SEARCH_USER_FOOTER', { text: message.format('C_USER_SEARCH_FOOTER', {
matches: members.size, matches: members.size,
count count
}) })