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