Untitled
unknown
plain_text
4 years ago
948 B
13
Indexable
const embeds = { invalidArguments: new MessageEmbed(). setColor(this.client.config.embedColor). setTitle(translate('clientMessages:invalidArguments')). setDescription(translate('commands-gaming:ClashOfClans:usage', { usageProfile: `${prefix}${this.usage} <${clashData.arguments.profile.join('|')}> <#TAG>`, usageClan: `${prefix}${this.usage} <${clashData.arguments.clan.join('|')}> <#TAG>` })). setFooter(`<> = ${translate('clientMessages:required')} | [] = ${translate('clientMessages:optional')}`). setTimestamp(), invalidTag: new MessageEmbed(). setColor(this.client.config.embedColor). setTitle(translate('commands-gaming:ClashOfClans:responses:tag:invalid:title')). setDescription(translate('commands-gaming:ClashOfClans:responses:tag:invalid:text', { tag: args[1] ? `\`${args[1]}\`` : '' })). setTimestamp() };
Editor is loading...