Comparing version 5.3.0-dev.1628723472 to 5.3.0-dev.1628723854
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
205146