forked from snxraven/RavenAI
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1eeae5d257 | ||
|
a245ca2f27 |
@ -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