mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
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…
Add table
Add a link
Reference in a new issue