Skip to content

Instantly share code, notes, and snippets.

View SpookNyan's full-sized avatar
:atom:
HTML, Java, Css & MySQL

SpookNyan SpookNyan

:atom:
HTML, Java, Css & MySQL
View GitHub Profile
@SpookNyan
SpookNyan / app.js
Created January 30, 2019 18:33
Bot Discord Base
// Load up the discord.js library
const Discord = require("discord.js");
// 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.
const client = new Discord.Client();
// Here we load the config.json file that contains our token and our prefix values.
const config = require("./config.json");
@SpookNyan
SpookNyan / css-animated-hamburger-icon-sass.markdown
Last active January 30, 2019 18:19
CSS Animated Hamburger Icon - Sass