1.0.2 • Published 3 years ago

probot-tax-c v1.0.2

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

Hello in my first package

this package made for probot tax

How to install?

npm i probot-tax-c

How To Use

Example in discord.js

const tax = require("probot-tax-c");
client.on("message", message => {
    if(message.content.startsWith(prefix + 'tax')) {
        const args = message.content.split(' ').slice(1)
        if(!args) return message.channel.send(`Invaild Args.`)
        if(isNaN(args)) return message.channel.send(`Not A Number.`)
        message.channel.send(tax.calc(args))
    }
})
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago