Skip to content

Instantly share code, notes, and snippets.

View ghSP's full-sized avatar
💭
🤔 Figuring Stuff Out

ghSP

💭
🤔 Figuring Stuff Out
View GitHub Profile
@ghSP
ghSP / README.md
Last active July 3, 2019 21:26
Complete Discord Bot Example
@ghSP
ghSP / index.js
Created June 22, 2019 18:17
get-version
exports.major = process.version.split('.')[0];
exports.minor = process.version.split(/(v\d+\.\d+)/)[1];
exports.patch = process.version;
@ghSP
ghSP / index.js
Created May 30, 2019 23:18
Great Module
module.exports = module;