Compare commits

...

2 Commits

1 changed files with 1 additions and 1 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("\`\`\`", "\"\"\"") + "```")
})();
}