From 1eeae5d2572969376682c13c7438f320560abbfa Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 4 Jan 2023 14:45:04 -0500 Subject: [PATCH] fixing advanced too --- commands/Info/modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Info/modal.js b/commands/Info/modal.js index 226c518..d7a1995 100644 --- a/commands/Info/modal.js +++ b/commands/Info/modal.js @@ -117,8 +117,8 @@ module.exports = { } else { (async () => { - await interaction.editReply("```" + lang + response.body.bot + "```") - })(); + await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```") + })(); } })