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.0.1 to 0.1.0

README.md

9

bot.js

@@ -159,2 +159,11 @@ import Discord, {

}
} else {
let { customId } = interaction;
interaction.reply({ embeds: [
new MessageEmbed()
.setColor('#ff4444')
.setTitle('Feature in Development')
.setDescription('```' + `Conflict Erorr: FeatureNotReady\n at ${customId}.component:1:1` + '```')
.setTimestamp()
] });
}

@@ -161,0 +170,0 @@ });

4

package.json
{
"name": "@conflict/beta",
"version": "0.0.1",
"version": "0.1.0",
"description": "The first and only UI framework for Discord bots",

@@ -45,2 +45,2 @@ "main": "exports.js",

"type": "module"
}
}
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