Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

1 changed files with 2 additions and 2 deletions

View File

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