Skip to content

Instantly share code, notes, and snippets.

View Wist9063's full-sized avatar
:shipit:

josh Wist9063

:shipit:
View GitHub Profile
:root {
--bar-height: 70px;
--bar-cover-art-size: 40px;
--main-gap: 10px;
--main-corner-radius: 10px;
--scrollbar-vertical-size: 8px;
--cover-border-radius: 8px;
--playbar-movement-anim-speed: 0.5s;
--image-radius: 10px;
--sidebar-icons-border-radius: 50%;

Keybase proof

I hereby claim:

  • I am wist9063 on github.
  • I am wist9063 (https://keybase.io/wist9063) on keybase.
  • I have a public key ASBLJL7a0o1AEUkvixOAXYDeoKR95-JxZN5AkpAAWB720Ao

To claim this, I am signing this object:

@Wist9063
Wist9063 / .eslintrc.json
Created June 16, 2018 00:42 — forked from leny/.eslintrc.json
ESLint config file for node.js + ES6 projects.
{
"env": {
"node": true,
"es6": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParameters": true,

Keybase proof

I hereby claim:

  • I am Wist9063 on github.
  • I am wist9063 (https://keybase.io/wist9063) on keybase.
  • I have a public key whose fingerprint is 5D69 0CB4 C94F 8D62 F9A6 7CA7 CF77 CF26 462F D009

To claim this, I am signing this object:

@Wist9063
Wist9063 / app.js
Last active December 8, 2017 04:32 — forked from fethib/app.js
const Discord = require('discord.js'); // remember to install discord.js via: npm install discord.js
const bot = new Discord.Client();
const token = "TOKEN" // to get your token go here: https://discordapp.com/developers/applications/me/
// don't share the token with anyone.
// Bot connexion
bot.on("ready", function () {
console.log("The bot is online!");