1.0.1 • Published 3 years ago

binner v1.0.1

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

Binner

Installation

npm i binner

Methods

Upload

<client>.on('message', async message => {
const data = await binner.upload(message.content)  // This is the URL
console.log(data)
})

Using with module.exports (Discord.js)

module.exports = {
    name: upload,
    run: async(message, args) => {
        const dat = await binner.upload(args.join(' '))
        console.log(dat)
    }
}```
1.0.1

3 years ago

1.0.0

3 years ago