Skip to content

Instantly share code, notes, and snippets.

View ChecksumDev's full-sized avatar
🍊
default_prompt

Elizabeth ChecksumDev

🍊
default_prompt
View GitHub Profile
@ChecksumDev
ChecksumDev / pingpong.js
Created November 13, 2018 18:51 — forked from meew0/pingpong.js
The ping pong example from discord.js, fixed up slightly
/*
this bot is a ping pong bot, and every time a message
beginning with "ping" is sent, it will reply with
"pong!".
*/
// Load discord.js
var Discord = require("discord.js");
// Create a client