Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discordx

Package Overview
Dependencies
Maintainers
1
Versions
618
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordx - npm Package Compare versions

Comparing version 5.3.0-dev.1628723472 to 5.3.0-dev.1628723854

2

build/Client.js

@@ -432,3 +432,3 @@ "use strict";

// If the interaction isn't a slash command, return
if (!interaction.isCommand())
if (!interaction.isCommand() && !interaction.isContextMenu())
return;

@@ -435,0 +435,0 @@ // Get the interaction group tree

{
"name": "discordx",
"version": "5.3.0-dev.1628723472",
"version": "5.3.0-dev.1628723854",
"description": "Create your discord bot by using TypeScript and decorators!",

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

Sorry, the diff of this file is not supported yet

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