1.1.2 • Published 4 years ago

simpmeter-discord.js v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

About

Add-on a Simpmeter command into your discord bot using this package

  • Reduces the code that is being run in your bot, which in turn increases your bot-latency
  • Also Usable as a random number generator
  • Always use the stable version 1.1.2 in case you find any bugs in the other versions.

Installation

npm i simpmeter-discord.js

Usage

Usage in a discord bot: (You can modify it to work for your needs.)

const simpmeter = require('simpmeter-discord.js')

const Result = simpmeter.calculate(1,100)


        message.channel.send(`You have a rating of ${Result}% on the simpmeter`)

Usage as a random number generator

const simpmeter = require('simpmeter-discord.js')

const Result = simpmeter.calculate(1,100)


        console.log(Result)

Issues

Feel free to contact me on Twitter to report any bugs, or suggest any improvements. Or you can open an Issue here.

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago