⚠️ NOTICE:discord-extra
and all of it's contributors are not affiliated withdiscord.js
and it's team.
Usage
const { Client } = require('discord.js'); // v12.1.5
const discordExtra = require('discord-extra');
const client = new Client();
client.on('ready', () => {
console.log(`${client.user.tag is now ready!`)
});
client.login('1234567890abcdefghjijklmnopqrstuvwxyz');