Compare commits

...

3 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ module.exports = {
} else {
(async () => {
await interaction.editReply("```" + lang + response.body.bot + "```")
await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```")
})();
}

View File

@ -117,7 +117,7 @@ module.exports = {
} else {
(async () => {
await interaction.editReply("```" + lang + response.body.bot + "```")
await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```")
})();
}