mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Update
This commit is contained in:
parent
50b1151f69
commit
e53fffb5e9
3 changed files with 121 additions and 184 deletions
|
@ -67,7 +67,7 @@ export async function getCaseSummary(
|
|||
let caseType = (caseAbbreviations[theCase.type] || String(theCase.type)).toUpperCase();
|
||||
caseType = (caseType + " ").slice(0, 4);
|
||||
|
||||
let line = `${icon} **\`${caseType}\`** \`[${prettyTimestamp}]\` ${caseTitle} ${reason}`;
|
||||
let line = `${icon} **\`${caseType}\`** \`[${prettyTimestamp}]\` ${caseTitle} **Mod:** ${theCase.mod_name}\n${reason}`;
|
||||
if (leftoverNotes > 1) {
|
||||
line += ` *(+${leftoverNotes} ${leftoverNotes === 1 ? "note" : "notes"})*`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue