@spyte-corp/simple-8ball-options
v1.0.2
Published
Simple 8ball module, you can make it easily
Downloads
2
Readme
Simple package that allows you to use 8ball with changeable options, with no problem!
Use like:
const eightball = require('simple-8ball-options');
let options = ["No", "Yes", "I don't know!", "Ask someone else!"]
console.log(eightball(options))