diff --git a/src/commands/applyt2.ts b/src/commands/applyt2.ts index eaa26c5..5c2e9ea 100644 --- a/src/commands/applyt2.ts +++ b/src/commands/applyt2.ts @@ -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); } diff --git a/src/commands/whois.ts b/src/commands/whois.ts index fc1486d..c627d64 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -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';