discordjsbot-commands
v4.0.1
Published
A package to make discord.js commands easily.
Downloads
10
Maintainers
Readme
[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 ;)