This package has been deprecated

Author message:

No longer maintained. Find the updated bot-utils here: https://npmjs.com/bot-utils

shodan-utils

1.0.0 • Public • Published

Utilities usable in any Discord Bot

Docs:

.randColor() : Gives you a random color code .randInt(min, max) : Gives you a random number between min and max

How to use:

var util = require('bot-utils')

console.log(util.randColor())
//14013163
console.log(util.randInt(1,5))
//4

More coming in future

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i shodan-utils

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.6 kB

    Total Files

    3

    Last publish

    Collaborators

    • axelgreavette