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

discord.js-light-commando

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord.js-light-commando - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

2

package.json

@@ -71,3 +71,3 @@ {

"types": "./typings/index.d.ts",
"version": "1.0.4"
"version": "1.1.0"
}

@@ -126,3 +126,3 @@ const { Structures, escapeMarkdown, splitMessage, resolveString } = require('discord.js-light');

if(this.channel.type === 'text' && !this.guild.members.cache.has(this.author.id) && !this.webhookID) {
this.member = await this.guild.members.fetch(this.author);
await this.guild.members.fetch(this.author.id);
}

@@ -129,0 +129,0 @@

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