fix removal things

merge-requests/25/merge
Matthew 2021-04-13 00:24:24 -04:00
parent 8e5a13570f
commit 82e9d0498b
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ export default class Inquiry_Remove extends Command {
const embed = new RichEmbed();
embed.setTitle('Inquiry - Removed');
embed.addField('Member', `${member.username}#${member.discriminator} | <@${member.id}>`, true);
embed.addField('IID', inquiry.iid);
embed.addField('Member', `${member.username}#${member.discriminator} | <@${member.id}>`);
embed.addField('Department/Service', inquiry.name || 'N/A');
embed.addField('Reason', inquiry.reason || 'N/A');
embed.setFooter(this.client.user.username, this.client.user.avatarURL);