1.0.3 • Published 2 years ago

nm-discord-intents v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Discord Intents

Installation

Install the package into your project.

npm install nm-discord-intents

Usage

const Discord = require('discord.js');
const DiscordIntents = require('nm-discord-intents');
const client = new Discord.Client({
    intents: DiscordIntents.intents
}); // All possible intents are added.

License

MIT