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

Readme

Keywords

none

Package Sidebar

Install

npm i shodan-utils

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.6 kB

Total Files

3

Last publish

Collaborators

  • axelgreavette