Compare commits
2 Commits
2d52cdad8c
...
a245ca2f27
Author | SHA1 | Date | |
---|---|---|---|
|
a245ca2f27 | ||
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