This commit is contained in:
Ashley Graves 2024-10-12 01:12:56 +02:00
parent 29f53c5e96
commit 5222eb2927

View file

@ -62,7 +62,7 @@ function formatTags(tags) {
}
const tagCutMatch = tagString.match(regexCutTags) ?? [];
return `\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\``;
return `\`\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\`\``;
}
var credentials = JSON.parse(readFileSync("config/credentials.json"));