UNPKG

is-discord-invite

Version:

Verifies the presence of a Discord server invitation in a given string or message, with additional features for validating and confirming the authenticity and validity of the invitation link.

4 lines (3 loc) 123 B
const regex = require('./lib/regex.js'); const online = require('./lib/online.js'); module.exports = { regex, online };