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 recentCases = cases.slice(0, 2);
|
||||||
const casesPlugin = pluginData.getPlugin(CasesPlugin);
|
const casesPlugin = pluginData.getPlugin(CasesPlugin);
|
||||||
for (const theCase of recentCases) {
|
for (const theCase of recentCases) {
|
||||||
recentCaseLines.push(await casesPlugin.getCaseSummary(theCase, true));
|
recentCaseLines.push(await casesPlugin.getCaseSummary(theCase));
|
||||||
}
|
}
|
||||||
|
|
||||||
let recentCaseSummary = recentCaseLines.join("\n");
|
let recentCaseSummary = recentCaseLines.join("\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue