discordjsbot-commands

4.0.1 • Public • Published

[DISCONTINUED]

discordjsbot-commands

lets be honest, every 6 out of 9 person on discord wants a custom made bot these days. and why shouldnt they, why pay for premium bots when you can just make your own custom ones? :)

EXAMPLE

const discord = require("discord.js");
const client = new discord.Client();
const { Commands } = require("discordjsbot-commands");
//....
// rest of your code
//....
client.on("message", async(message) => {
  if(message.content === "!meme") {
    let data = await Commands.meme()
    message.channel.send(data) //sends an embed containing the meme!
  }
})

DOCUMENTATION

The documentation for the package can be found here.

Got any issues with the package ? (you shouldnt really but if you do)

Feel free to create an issue on the project's Github.

hope to update this package frequently... so make sure to come back... pwease UwU ;)

Package Sidebar

Install

npm i discordjsbot-commands

Weekly Downloads

5

Version

4.0.1

License

MIT

Unpacked Size

10.6 kB

Total Files

5

Last publish

Collaborators

  • tec-wizard