Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simpmeter-discord.js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpmeter-discord.js

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

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 05 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc