1.0.3 • Published 4 years ago

probot-tax v1.0.3

Weekly downloads
132
License
ISC
Repository
github
Last release
4 years ago

Welcome To Probot Tax Package

in this package i show you how to create probot tax command

Installation

npm i probot-tax --save

How To Use

For Example in discord.js

const probot = require("probot-tax");
client.on("message", message => {
    if(message.content.startsWith(prefix + 'tax')) {
        message.channel.send(probot.taxs(10))
    }
})
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago