From 05bf293c27b80b0c703aa5c8513b7f2a90f4e210 Mon Sep 17 00:00:00 2001 From: MiTask Date: Wed, 4 Jan 2023 19:40:29 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'commands/Info/general.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Info/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Info/general.js b/commands/Info/general.js index 2c80fdc..5704a6e 100644 --- a/commands/Info/general.js +++ b/commands/Info/general.js @@ -81,7 +81,7 @@ module.exports = { } else { (async () => { - await interaction.editReply("```" + lang + response.body.bot + "```") + await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```") })(); }