forked from snxraven/RavenAI
fixing advanced too
This commit is contained in:
parent
a245ca2f27
commit
1eeae5d257
@ -117,8 +117,8 @@ module.exports = {
|
|||||||
} else {
|
} else {
|
||||||
(async () => {
|
(async () => {
|
||||||
|
|
||||||
await interaction.editReply("```" + lang + response.body.bot + "```")
|
await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```")
|
||||||
})();
|
})();
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user