Gathering detailed insights and metrics for discordjsbot-commands
Gathering detailed insights and metrics for discordjsbot-commands
Gathering detailed insights and metrics for discordjsbot-commands
Gathering detailed insights and metrics for discordjsbot-commands
npm install discordjsbot-commands
Typescript
Module System
Node Version
NPM Version
69.1
Supply Chain
75.9
Quality
74.6
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
9 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Sep 07, 2023
Latest Version
4.0.1
Package Id
discordjsbot-commands@4.0.1
Unpacked Size
10.36 kB
Size
2.78 kB
File Count
5
NPM Version
9.8.1
Node Version
20.6.0
Published on
Sep 07, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
[DISCONTINUED]
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? :)
1const discord = require("discord.js"); 2const client = new discord.Client(); 3const { Commands } = require("discordjsbot-commands"); 4//.... 5// rest of your code 6//.... 7client.on("message", async(message) => { 8 if(message.content === "!meme") { 9 let data = await Commands.meme() 10 message.channel.send(data) //sends an embed containing the meme! 11 } 12}) 13
The documentation for the package can be found here.
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 ;)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
no SAST tool detected
Details
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More