From b1b3e8a37f4fde0c2c12a3548f02f88a5d944d93 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 01:13:33 +0200 Subject: [PATCH] GOG --- src/commands/fun/gelbooru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));