0.0.6 • Published 4 years ago

mention-validator v0.0.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

Mention-validator

It is library that support Discord.js community! It will help you guys to convert those string that includes discord mentions string form to a simple ID!

How to install it

You can simple install with this command here

npm install mention-validator

How to do it?

Detailed

const converter = require('mention-converter');
const result = converter('<@!123456789>', {detail: true})
// {"id": "123456789", detail: {type: "user", mobile: false}}

Simpled

const converter = require('mention-converter');
const result = converter('<@!123456789>')
// 123456789

Discord bot click here

My github profile click here

Personal profile click here

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago