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("\`\`\`", "\"\"\"") + "```") + })(); } })