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

@duxcore/interactive-discord

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duxcore/interactive-discord - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

src/structures/SlashCommand.ts

2

package.json

@@ -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

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