fixes
parent
9368994051
commit
8e5a13570f
|
@ -49,7 +49,7 @@ export default class StaffAssistedApplication extends Command {
|
||||||
edsToken: application.token,
|
edsToken: application.token,
|
||||||
})).save();
|
})).save();
|
||||||
|
|
||||||
await this.client.commands.get('score').run(message, [message.author.id, 'soft']);
|
await this.client.commands.get('score').run(message, [member.id, 'soft']);
|
||||||
|
|
||||||
const edsEmbed = new RichEmbed();
|
const edsEmbed = new RichEmbed();
|
||||||
edsEmbed.setTitle('Decision from EDS');
|
edsEmbed.setTitle('Decision from EDS');
|
||||||
|
@ -87,7 +87,6 @@ export default class StaffAssistedApplication extends Command {
|
||||||
|
|
||||||
const notificationEmbed = new RichEmbed();
|
const notificationEmbed = new RichEmbed();
|
||||||
notificationEmbed.setTitle('Staff Assisted Application - Queued');
|
notificationEmbed.setTitle('Staff Assisted Application - Queued');
|
||||||
notificationEmbed.setColor('#50c878');
|
|
||||||
// eslint-disable-next-line no-useless-escape
|
// eslint-disable-next-line no-useless-escape
|
||||||
notificationEmbed.addField('User', `${member.username}#${member.discriminator} | XXX-XX-${report.pin[2]}`);
|
notificationEmbed.addField('User', `${member.username}#${member.discriminator} | XXX-XX-${report.pin[2]}`);
|
||||||
notificationEmbed.addField('Decision', 'PROCESSING');
|
notificationEmbed.addField('Decision', 'PROCESSING');
|
||||||
|
|
Loading…
Reference in New Issue