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

artibot

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artibot - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

2

dist/src/interactionManager.js

@@ -47,2 +47,4 @@ import { REST, Routes } from "discord.js";

if (part instanceof SlashCommand || part instanceof UserContextMenuOption || part instanceof MessageContextMenuOption) {
if (!part.data.toJSON)
throw new Error("Slash command data is not as expected");
this.commandJSONData.push(part.data.toJSON());

@@ -49,0 +51,0 @@ }

4

dist/src/modules.d.ts

@@ -131,3 +131,3 @@ import { ButtonInteraction, ChatInputCommandInteraction, ContextMenuCommandBuilder, GatewayIntentBits, Message, MessageContextMenuCommandInteraction, PermissionResolvable, SlashCommandBuilder, StringSelectMenuInteraction, UserContextMenuCommandInteraction } from "discord.js";

/** Data to register into the Discord API */
data: Omit<SlashCommandBuilder, "addSubcommand" | "addSubcommandGroup">;
data: Partial<SlashCommandBuilder>;
/** Minimum time (in seconds) between usages */

@@ -144,3 +144,3 @@ cooldown?: number;

/** Data to register into the Discord API */
data: Omit<SlashCommandBuilder, "addSubcommand" | "addSubcommandGroup">;
data: Partial<SlashCommandBuilder>;
/** Minimum time (in seconds) between usages */

@@ -147,0 +147,0 @@ cooldown: number;

{
"name": "artibot",
"version": "5.1.1",
"version": "5.1.2",
"description": "Modern, fast and modular open-source Discord bot",

@@ -5,0 +5,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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