diff --git a/src/commands/apply.ts b/src/commands/apply.ts index bfb3cba..1fe012b 100644 --- a/src/commands/apply.ts +++ b/src/commands/apply.ts @@ -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();