GOG
This commit is contained in:
parent
5222eb2927
commit
b1b3e8a37f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function formatTags(tags) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const tagCutMatch = tagString.match(regexCutTags) ?? [];
|
const tagCutMatch = tagString.match(regexCutTags) ?? [];
|
||||||
return `\`\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\`\``;
|
return `\`\`${(tagCutMatch[0] ?? '')}, ...\`\``;
|
||||||
}
|
}
|
||||||
|
|
||||||
var credentials = JSON.parse(readFileSync("config/credentials.json"));
|
var credentials = JSON.parse(readFileSync("config/credentials.json"));
|
||||||
|
|
Loading…
Reference in a new issue