1.0.1 • Published 3 years ago

probot-tax-calc v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

⚡ 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