From 5222eb2927ecc6013405fe1a32a4501b9e06bcc6 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 01:12:56 +0200 Subject: [PATCH] me 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 56f6a1e..87022b8 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 `\`\`${escapeMarkdown(tagCutMatch[0] ?? '')}, ...\`\``; } var credentials = JSON.parse(readFileSync("config/credentials.json"));