Skip to content

Instantly share code, notes, and snippets.

@jarandal
jarandal / index_v11.js
Created September 10, 2020 22:34
Simple, complete example of a bot in Discord.js
// Load up the discord.js library
const Discord = require("discord.js");
/*
DISCORD.JS VERSION 11 CODE
*/
// This is your client. Some people call it `bot`, some people call it `self`,
// some might call it `cootchie`. Either way, when you see `client.something`, or `bot.something`,
// this is what we're refering to. Your client.