probot-tax-calc

1.0.1 • Public • Published

probot-tax-calc

probot-tax-calc is a simple tax calculator pkg

Installation ?

	$ npm i probot-tax-calc
	$ npm install probot-tax-calc

How To Use This Pkg?

const probotTaxer = require("probot-tax-calc");
const { tax } = require("probot-tax-calc");

client.on("message", message => {
    if(message.content.startsWith(prefix + 'tax')) {
        message.channel.send(tax("21k").probot)
		message.channel.send(tax(5).probot)
    }
})

Wath Is The Other Parameters ?

  • probot : The Tax of probot
  • wasit : The Tax of The Wasit
  • all : The Tax on Probot And Wasit
  • allTax : The Full Tax

Readme

Keywords

Package Sidebar

Install

npm i probot-tax-calc

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.32 kB

Total Files

3

Last publish

Collaborators

  • 999-cs