New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

discordinvite

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

discordinvite

Discord Invite

unpublished
latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Setup

Setup

Example :

import { discordIsInvite, discordInvite } from 'discordinvite';

const invite = await discordInvite(ServerId);

// invite url
const invite = invite.invite;

//check is invite valid
const valid = discordIsInvite(invite.invite);

// online memebers
const invite = invite.members;

// online memebers count
const invite = invite.onlinecount;

FAQs

Package last updated on 06 Jun 2021

Related posts