Skip to content

Commit b6baf91

Browse files
authored
Trim a newline from modified Track (#175)
1 parent ad302ed commit b6baf91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/helpers/modLog.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ const constructLog = async ({
303303
return {
304304
content: truncateMessage(`${preface}
305305
${extra}${reportedMessage}
306-
${report}
307-
- ${constructDiscordLink(message)}`).trim(),
306+
${report} · ${constructDiscordLink(message)}`).trim(),
308307
embeds: embeds.length === 0 ? undefined : embeds,
309308
allowedMentions: { roles: [moderator] },
310309
};

0 commit comments

Comments
 (0)