0.0.0 • Published 3 years ago
@itznesbro/discord-helper v0.0.0
discord-helper
Simple And Minimal Package To Make Discord.js Easier
Install
npm i @itznesbro/discord-helper
# or
yarn add @itznesbro/discord-helper
# or
pnpm add @itznesbro/discord-helperusage
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