1.0.0 • Published 3 years ago
discord-fast-intents v1.0.0
✨ Discord-Fast-Intents
How to use?
const { Client } = require('discord.js');
const { Intents } = require('discord-fast-intents');
// Creating client variable
const client = new Client({ intents: new Intents() });
1.0.0
3 years ago