@duxcore/interactive-discord
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -5,3 +5,3 @@ { | ||
"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"license": "GPL-3.0", | ||
@@ -8,0 +8,0 @@ "main": "lib/index", |
@@ -0,3 +1,14 @@ | ||
import { InteractiveClient } from "../InteractiveClient"; | ||
export class Commands { | ||
private _client: InteractiveClient; | ||
constructor(client: InteractiveClient) { | ||
this._client = client; | ||
} | ||
get() {} | ||
push() {} | ||
delete() {} | ||
} |
@@ -17,3 +17,4 @@ /** | ||
ActionRow = 1, | ||
Button = 2 | ||
Button = 2, | ||
Selector = 3 | ||
} | ||
@@ -20,0 +21,0 @@ |
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
57593
23
592