🔠Escape formatting characters in order to send messages to discord based on regex.
🚩 Installation:
npm install discord-escape
🛒 Sample code snippet:
const escape = require("discord-escape");
console.log(escape("@everyone **This is a test** __yeah!__ `ok?`"));
// @​everyone \*\*This is a test\*\* \_\_yeah\!\_\_ \`ok?\`
// ^ Invisible character between @ and everyoneReally needed?
Make a feature request on github if you think something is missing!