1
0
Fork 0
refactor/models
Matthew 2020-10-06 23:06:05 -04:00
parent 0e7353d7f1
commit 05806398a9
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ export default class ApplyT2 extends Command {
return null;
}
await loading.delete();
return this.success(message.channel, `__**Decision**__\n\n**Status:** ${decision.decision}\n**Processed by:** EDS (A*01)\n\n\n*Pre-Declines will not result in a hard pull, and they may be due to a server issue or insufficient information. You may want to contact a Staff member for further information.`);
return this.success(message.channel, `__**Decision**__\n\n**Status:** ${decision.decision}\n**Processed by:** EDS (A*01)\n\n\n*Pre-Declines will not result in a hard pull, and they may be due to a server issue or insufficient information. You may want to contact a Staff member for further information.*`);
} catch (error) {
return this.client.util.handleError(error, message, this);
}

View File

@ -1,6 +1,6 @@
import moment from 'moment';
import { Message, GuildTextableChannel, Member, Role } from 'eris';
import { Client, Command, RichEmbed } from '../class';
import { Client, Command, Report, RichEmbed } from '../class';
import { dataConversion } from '../functions';
import { AccountInterface } from '../models';