1.1.0 • Published 2 years ago

@itznesbro/discord-helper v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

discord-helper

Simple And Minimal Package To Make Discord.js Easier

version downloads

Install

npm i @itznesbro/discord-helper
# or
yarn add @itznesbro/discord-helper
# or
pnpm add @itznesbro/discord-helper

usage

const { randomJokes } = require("@itznesbro/discord-helper")

// use your own handler
module.exports = {
    name: 'jokes',
    description: 'send random jokes!',
    run: (client, message, args) => {
        randomJokes(message.channel) // you need to pass `message.channel` as args
    }
}

Other Functions / Commands Coming Soon.

License

MIT © ItzNesbroDev

1.1.0

2 years ago

1.0.1

2 years ago

0.0.0

2 years ago