We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad302ed commit b6baf91Copy full SHA for b6baf91
app/helpers/modLog.ts
@@ -303,8 +303,7 @@ const constructLog = async ({
303
return {
304
content: truncateMessage(`${preface}
305
${extra}${reportedMessage}
306
-${report}
307
-- ${constructDiscordLink(message)}`).trim(),
+${report} · ${constructDiscordLink(message)}`).trim(),
308
embeds: embeds.length === 0 ? undefined : embeds,
309
allowedMentions: { roles: [moderator] },
310
};
0 commit comments