discmds.js
v1.0.6
Published
A npm package for making the use of discord.js easier then previously!
Readme
Join our support server!
- https://discord.gg/jjNkZGyGbK
Check out the docs!
- https://discmds.js.org/
Small Example!
const discord = require("discord.js")
const client = new discord.Client()
const discmds = require("discmds.js")
const discmd = new discmds(client)
client.on('ready', async () => {
console.log(`Ready to use!`)
})
//there are many events, check out the docs!More things on docs!
- https://discmds.js.org/
