Socket
Socket
Sign inDemoInstall

@conflict/beta

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conflict/beta - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

bot.js

@@ -34,3 +34,3 @@ import Discord, {

}
const { token, intents } = config.default;
const { token, intents, errorHandler } = config.default;

@@ -134,2 +134,3 @@ const client = new Client({ intents: (intents || ["GUILD_MESSAGES"]).map(intent => Intents.FLAGS[intent] ) });

try {
if (errorHandler) return errorHandler(err, interaction);
interaction.reply({ embeds: [

@@ -143,2 +144,3 @@ new MessageEmbed()

} catch (nestedErr) {
if (errorHandler) return errorHandler(err, interaction);
interaction.channel.send(

@@ -145,0 +147,0 @@ new MessageEmbed()

{
"name": "@conflict/beta",
"version": "0.1.1",
"version": "0.1.2",
"description": "The first and only UI framework for Discord bots",

@@ -5,0 +5,0 @@ "main": "exports.js",

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