diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 87022b8..e702050 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -62,7 +62,7 @@ function formatTags(tags) { } const tagCutMatch = tagString.match(regexCutTags) ?? []; - return `\`\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\`\``; + return `\`\`${(tagCutMatch[0] ?? '')}, ...\`\``; } var credentials = JSON.parse(readFileSync("config/credentials.json"));