New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.3 to 1.4.4

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.",
"version": "1.4.3",
"version": "1.4.4",
"license": "GPL-3.0",

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

@@ -17,3 +17,3 @@ import { SelectionComponent } from ".";

import { SelectionInteractionController } from "./controllers/SelectionInteractionController";
import { APIMessageContentResolvable, Client, Collection, MessageAdditions, MessageOptions, } from "discord.js";
import { APIMessageContentResolvable, Client, Collection, Message, MessageAdditions, MessageOptions, } from "discord.js";
import { FetchMessageOptions } from "./util/types/other";

@@ -116,3 +116,3 @@

async fetchMessage({ channel, messageId }: FetchMessageOptions) {
async fetchMessage({ channel, messageId }: FetchMessageOptions): Promise<Message> {
const newChannel = getNewChannel(channel, this.bot);

@@ -119,0 +119,0 @@ return await newChannel.messages.fetch(messageId);

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