Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

discord-invites

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-invites

Hi ๐Ÿ‘‹

  • 1.0.10
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
ย 
Created
Source

Hi ๐Ÿ‘‹

Discord-Invites

Discord.js support

VersionSupport
v12โœ”
v13โŒ

How To Install It In Your Project:?

npm install discord-invites

Basic Settings ๐Ÿงข

const invites = require('discord-invites')
invites.setup(client)

client.on('MemberJoin', async (member, invite, inviter) => {
      console.log(`${member.user.tag} joined using invite code ${invite.code} from ${inviter.tag}. Invite was used ${invite.uses} times since its creation.`)
});

Any Bug:

Contact With Me Discord: B A D B O Y #8888

Bye ๐Ÿ‘‹

Keywords

FAQs

Package last updated on 22 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc