Compare commits

...

1 Commits

Author SHA1 Message Date
1eeae5d257 fixing advanced too 2023-01-04 14:45:04 -05:00

View File

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