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 / Index.js
Created January 30, 2019 18:35
MyBot Base
const Discord = require('discord.js');
const bot = new Discord.Client();
bot.login('NDQ0NDA0MzQ4NTY3NjgzMDky.Ddbezw.3-bdoiwURSUBZT6YKpy59b7lzQg');
bot.on('message', message => {
let ResponseObject = {
"oi" : "Cala a Poha da Boca",
"7w7" : "Safado",
@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