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

View File

@ -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');