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