mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix embed links appearing in MEMBER_JOIN_WITH_PRIOR_RECORDS logs
This commit is contained in:
parent
936ea5311b
commit
3d1ecc8190
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export const LogsGuildMemberAddEvt = logsEvent({
|
|||
const recentCases = cases.slice(0, 2);
|
||||
const casesPlugin = pluginData.getPlugin(CasesPlugin);
|
||||
for (const theCase of recentCases) {
|
||||
recentCaseLines.push(await casesPlugin.getCaseSummary(theCase, true));
|
||||
recentCaseLines.push(await casesPlugin.getCaseSummary(theCase));
|
||||
}
|
||||
|
||||
let recentCaseSummary = recentCaseLines.join("\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue