fixes
parent
351b562c7c
commit
a185a82787
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue