Discord lib

LOL

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/422504/905889/Discord%20lib.js

const Discord = require('discord.js');
const client = new Discord.Client();

client.on('ready', () => {
  console.log('Ready');
});

client.login('Nzg1NTQzNzIxNDAzMDIzNDEw.X85YmQ.s9LvTLNOUohrZpa2ds7-LVVibNo');