Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

arpitbhalla1801/discordjsbot-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published