Compare commits

...

2 Commits
main ... main

1 changed files with 2 additions and 2 deletions

View File

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