pull/29/head
Matthew 2020-10-31 02:32:44 -04:00
parent 351b562c7c
commit a185a82787
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default class Apply extends Command {
const embed = new RichEmbed();
embed.setTitle('Available Instant Applications');
for (const service of this.services) {
embed.addField(service[0], `__**Description**__\n${service[1].description}\n__**Inquiry Type:**__\n${service[1].type}\n\n*Run \`${this.client.config.prefix}apply ${service[0]}\` to apply.*`, true);
embed.addField(service[0], `__**Description**__\n${service[1].description}\n__**Inquiry Type**__\n${service[1].type}\n\n*Run \`${this.client.config.prefix}apply ${service[0]}\` to apply.*`);
}
embed.setFooter(this.client.user.username, this.client.user.avatarURL);
embed.setTimestamp();