Compare commits

...

2 Commits
main ... main

1 changed files with 2 additions and 2 deletions

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