New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discordjs-cmd-handler

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordjs-cmd-handler - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

index.js

@@ -26,3 +26,3 @@ const { Client, Intents } = require("discord.js");

client.on("message", (msg, blockBots, dm) => {
client.on("messageCreate", (msg, blockBots, dm) => {
if (msg.author.bot && blockBots) return;

@@ -29,0 +29,0 @@ if (msg.channel.type == "dm" && dm) return dm(msg);

{
"name": "discordjs-cmd-handler",
"version": "2.0.6",
"version": "2.0.7",
"description": "A simple Discord.js command handler.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc