Socket
Socket
Sign inDemoInstall

@conflict/beta

Package Overview
Dependencies
92
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.47 to 0.9.48

6

bot.js

@@ -71,6 +71,6 @@ import Discord, {

token = token.trim();
if (!plugins) plugins = [];
const rest = new REST({ version: '9' }).setToken(token);
const rest = new REST({ version: '9' }).setToken(token.trim());

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

client.login(token);
client.login(token.trim());

@@ -105,0 +105,0 @@ async function initEvents () {

{
"name": "@conflict/beta",
"version": "0.9.47",
"version": "0.9.48",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc