discord-probot-tax
v1.0.4
Published
This package help you to calculate probot tax
Downloads
8
Readme
Discord Probot Tax
Simple package to calculate a probot tax. It accepts all inputs ( 100K, 1M, 1.5M, 1B ) Now you can get price with wasit tax
How to use
const probot = require("discord-probot-tax");
probot("10K") // output: { amount: 10000, tax: 10527, difference: 527, wasit: 11082 }
probot("10K").amount // output: 10000
probot("10K").tax // output: 10527
probot("10K").difference // output: 527
probot("10K").wasit // output: 11082