djs-simple-utils
v1.1.5
Published
Discord JS Utils made by Kam#4599
Maintainers
Readme
- Easy to use
- For beginners
- Updates Every Week (if I can lol)
- v13 Package
📜Install
npm install djs-simple-utils
📝Requirements
const { util } = require("djs-simple-utils")const { statsEmbed } = require("djs-simple-utils")
🛠️Usage
const { util } = require("djs-simple-utils")
const { statsEmbed } = require("djs-simple-utils")
module.exports = {
name: "stats",
description: "stats command with djs-simple-utils",
category: "(category of your choice)",
usage: "Simple stats command",
timeout: 2000,
run: async (client, message, args) => {
statsEmbed()
}
}❌Trouble Shooting
npm i [email protected] This is a v13 package.
Thank you for installing djs-simple-utils. I hope you enjoy!
- Support email: [email protected] & [email protected]
