1.0.0 • Published 4 years ago

t-taxer v1.0.0

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

Welcome To My First Package (t-taxer).

  • This package help you to Calculate Tax.
  • Easy To Use.

How To Install?

npm i t-taxer

How To Use?

Simple Example:

const Discord = require("discord.js");
const client = new Discord.Client();
const taxer = require("t-taxer");
const prefix = "!"

client.on("message", message => {
if(message.content.startsWith(prefix + 'tax')) {
message.channel.send(taxer.tax(100000,5)) // OutPut 105000
}
})

client.login("Secret Token")
1.0.1

4 years ago

1.0.0

4 years ago