Изменил(а) на 'commands/Info/general.js'

This commit is contained in:
MiTask 2023-01-04 19:40:29 +00:00
parent 2d52cdad8c
commit 05bf293c27
1 changed files with 1 additions and 1 deletions

View File

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