fixing advanced too

This commit is contained in:
Raven Scott 2023-01-04 14:45:04 -05:00
parent a245ca2f27
commit 1eeae5d257
1 changed files with 2 additions and 2 deletions

View File

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