
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
discord.js-easy
Advanced tools
This is for discord bot beginners.
Required node version: 16.6
Discord.js version: 13
This is simple to use! This is a simple !test
command
const Discord = require("discord.js-easy")
const client = new Discord.Client("your-bot-token", {
intents: ["GUILDS", "GUILD_MESSAGES"]
})
const command = new Discord.Command({
name: "!test",
send: "Test complete."
})
command.on("execute", (m, c) => {
console.log(`Command ${c.name} ran with content ${m.content}`)
})
Wanna do cool stuff like changing roles and making channels?
Just use client
! You will need to use the discord.js
package for stuff like embeds. Otherwise, it's not needed.
const client = new Discord.Client("your-bot-token", {
intents: ["GUILDS", "GUILD_MESSAGES"]
})
client.on("messageCreate", msg => {
console.log(msg.content)
})
Need help or got any bugs/feature requests? Join the discord server!
FAQs
Make discord bots easily!
We found that discord.js-easy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.