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

rcommands

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcommands - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "rcommands",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

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

module.exports = (rClient) => {
const client = rClient.discordClient
console.log("RCommands > Listening for commands")
client.on("message", (message) => {
rClient.discord.on("message", (message) => {
if(!message.content.startsWith(rClient.prefix)) return

@@ -7,0 +6,0 @@

@@ -58,3 +58,3 @@ const PackageError = require("./PackageError")

this.discordClient = client
this.discord = client

@@ -61,0 +61,0 @@ new CommandHandler(this)

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