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

@duxcore/interactive-discord

Package Overview
Dependencies
Maintainers
2
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.1.6 to 1.1.7

src/controllers/CommandInteractionController.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.1.6",
"version": "1.1.7",
"license": "GPL-3.0",

@@ -8,0 +8,0 @@ "main": "lib/index",

import axios from "axios";
import { Collection, Snowflake } from "discord.js";
import InteractiveClient from "..";
import { CommandController } from "../controllers/CommandController";
import { CommandController } from "../controllers/CommandInteractionController";
import { SlashCommand } from "../structures/SlashCommand";

@@ -6,0 +6,0 @@ import { discord } from "../util/constraints";

@@ -11,2 +11,10 @@ import { InteractiveClient } from "./InteractiveClient";

export * from './controllers/';
export * from './util/types/button';
export * from './util/types/command';
export * from './util/types/components';
export * from './util/types/interactions';
export * from './util/types/selection';
export default InteractiveClient;
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