Compare commits
3 Commits
2d52cdad8c
...
main
Author | SHA1 | Date | |
---|---|---|---|
1eeae5d257 | |||
a245ca2f27 | |||
05bf293c27 |
@ -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("\`\`\`", "\"\"\"") + "```")
|
||||||
})();
|
})();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -117,8 +117,8 @@ module.exports = {
|
|||||||
} else {
|
} else {
|
||||||
(async () => {
|
(async () => {
|
||||||
|
|
||||||
await interaction.editReply("```" + lang + response.body.bot + "```")
|
await interaction.editReply("```" + lang + response.body.bot.replaceAll("\`\`\`", "\"\"\"") + "```")
|
||||||
})();
|
})();
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user