forked from snxraven/RavenAI
Изменил(а) на 'commands/Info/general.js'
This commit is contained in:
parent
2d52cdad8c
commit
05bf293c27
@ -81,7 +81,7 @@ module.exports = {
|
||||
} else {
|
||||
(async () => {
|
||||
|
||||
await interaction.editReply("```" + lang + response.body.bot + "```")
|
||||
await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```")
|
||||
})();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user