forked from snxraven/RavenAI
Merge pull request 'Изменил(а) на 'commands/Info/general.js'' (#1) from MiTask/RavenAI:main into main
Reviewed-on: https://git.codingvm.codes/snxraven/RavenAI/pulls/1
This commit is contained in:
commit
a245ca2f27
@ -81,7 +81,7 @@ 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