Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bradleyjinks on github.
  • I am jinxy (https://keybase.io/jinxy) on keybase.
  • I have a public key ASDSo1axnelBUsCRTPqKnMQmAaNYt3gunKbIGHLuxNJ6fAo

To claim this, I am signing this object:

const Discord = require('discord.js');
const client = new Discord.Client();
client.on('ready', () => {
console.log(`Logged in as ${client.user.tag}!`);
let channel = client.channels.find('name', 'General');
channel.join().then(connection => {
const receiver = connection.createReceiver();