Socket
Socket
Sign inDemoInstall

zyno-bot-addons

Package Overview
Dependencies
43
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.13 to 1.1.14

2

package.json
{
"name": "zyno-bot-addons",
"version": "1.1.13",
"version": "1.1.14",
"description": "Create easily addons for Zyno Bot",

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

@@ -124,2 +124,3 @@ const Save = require('./save.js');

if(cmd){
args[0] = commandName;
cmd.run(client, args, data, interaction);

@@ -126,0 +127,0 @@ } else {

@@ -129,2 +129,3 @@ const { validatePermission, getAddonPermission, getClientParser, getClient } = require('../../utils/functions.js');

if(cmd){
args[0] = commandName;
cmd.run(client, args, data, false);

@@ -131,0 +132,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc