Skip to content

Node.js client to interact with the official ManageInvite API!

Notifications You must be signed in to change notification settings

manage-invite/manage-invite.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManageInvite.js

ManageInvite.js is a Node.js library to interact with the official ManageInvite API.

Features

  • Authentication
  • 100% API coverage
  • 100% TypeScript coverage

Installation

npm install manage-invite/manage-invite.js

(or using Github Packages if you need versioning)

Example

const ManageInvite = require('@manage-invite/manage-invite.js');
const client = new ManageInvite('token');

// Add 100000 regular invites to a specific member!
await client.addGuildMemberInvites('guild id', 'user id', 'regular', 100000);

About

Node.js client to interact with the official ManageInvite API!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages