discord-escape
v1.0.0
Published
Escape discord message to avoid unwanted mention/spoiler/bold... formatting
Downloads
8
Maintainers
Readme
📥 Discord Escape
🔭 Escape formatting characters in order to send messages to discord based on regex.
🚩 Installation:
npm install discord-escape
🛒 Sample code snippet:
const escape = require("../index");
console.log(escape("@everyone **This is a test** __yeah!__ `ok?`"));
// @everyone \*\*This is a test\*\* \_\_yeah\!\_\_ \`ok?\`
// ^ Invisible character between @ and everyone
📣 Documentation
Really needed?
✅ Todo:
Make a feature request on github if you think something is missing!