4.0.1 • Published 8 months ago

discordjsbot-commands v4.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 months ago

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 ;)

4.0.1

8 months ago

4.0.0

2 years ago

3.0.0

3 years ago

2.1.1

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago