typo fix
parent
726d253c74
commit
ad089f28ba
|
@ -168,7 +168,7 @@ export default class Score extends Command {
|
|||
if (testDate > new Date()) desc += `${inq.id ? `__[${inq.id}]__\n` : ''}**Department/Service:** ${inq.name.replace(/\*/gmi, '')}\n**Reason:** ${inq.reason}\n**Date:** ${inq.date.toLocaleString('en-us')} ET\n**Expires:** ${moment(testDate).calendar()}\n\n`;
|
||||
});
|
||||
if (desc.length >= 1900) {
|
||||
embed.setDescription('__Too many to show, please see https://report.libraryofcode.org__');
|
||||
embed.setDescription('__***Too many Hard Inquiries to show, please see https://report.libraryofcode.org***__');
|
||||
} else {
|
||||
embed.setDescription(desc);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue