@duxcore/interactive-discord
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -5,3 +5,3 @@ { | ||
"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"license": "GPL-3.0", | ||
@@ -41,2 +41,2 @@ "main": "lib/index", | ||
] | ||
} | ||
} |
@@ -108,3 +108,3 @@ import { SelectionComponent } from "."; | ||
if (embeds) senderOpts.embeds = embeds; | ||
if (embeds) senderOpts.embed = embeds; | ||
@@ -111,0 +111,0 @@ switch (channel.type) { |
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
105666