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

probot-tax-calc

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probot-tax-calc

Simple tax bot

  • 1.0.1
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

⚡ 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

Keywords

FAQs

Package last updated on 29 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