Compare commits

...

2 Commits

View File

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