Compare commits

..

No commits in common. "a245ca2f277c56c1cb944774c23a7c5680c6e77c" and "2d52cdad8c0c031fcc5ea26bb852e04aef7f2a9c" have entirely different histories.

View File

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