diff --git a/src/commands/saa.ts b/src/commands/saa.ts index a771301..efd118f 100644 --- a/src/commands/saa.ts +++ b/src/commands/saa.ts @@ -49,7 +49,7 @@ export default class StaffAssistedApplication extends Command { edsToken: application.token, })).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(); edsEmbed.setTitle('Decision from EDS'); @@ -87,7 +87,6 @@ export default class StaffAssistedApplication extends Command { const notificationEmbed = new RichEmbed(); notificationEmbed.setTitle('Staff Assisted Application - Queued'); - notificationEmbed.setColor('#50c878'); // eslint-disable-next-line no-useless-escape notificationEmbed.addField('User', `${member.username}#${member.discriminator} | XXX-XX-${report.pin[2]}`); notificationEmbed.addField('Decision', 'PROCESSING');