@duxcore/interactive-discord
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,3 +5,3 @@ { | ||
"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "GPL-3.0", | ||
@@ -8,0 +8,0 @@ "main": "lib/index", |
@@ -19,2 +19,3 @@ import axios from "axios"; | ||
get id(): string { return this._commandDat.id; } | ||
get name(): string { return this._commandDat.name; } | ||
get command(): SlashCommand { return this._command; } | ||
@@ -21,0 +22,0 @@ |
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
88813
1097