Updated template literal strings

This commit is contained in:
2024-02-24 13:15:55 +01:00
parent dc126b6371
commit 1ea4c3e9df
15 changed files with 18 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ export = {
${timeouttime === null ? "**Time:** `None`" : "**Time:** `" + prettyTime + "`"}
**Reason:** \`${reason}\`
**Mod:** ${userMention(mod.id)}
`,
`.replace(/\n */g, "\n"),
color: embedColor,
thumbnail: {
url: mod.user.avatarURL() || ""