1.0.4 • Published 4 years ago

discordinvite v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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;
1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago