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

zyno-bot-addons

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zyno-bot-addons - npm Package Compare versions

Comparing version 1.1.5-beta to 1.1.6-beta

4

package.json
{
"name": "zyno-bot-addons",
"version": "1.1.5-beta",
"version": "1.1.6-beta",
"description": "Create easily addons for Zyno Bot",

@@ -16,3 +16,3 @@ "main": "index.js",

"dependencies": {
"discord.js": "^14.13.0",
"discord.js": "^14.14.1",
"valuesaver": "^1.9.3",

@@ -19,0 +19,0 @@ "ws": "^8.14.2",

@@ -25,5 +25,7 @@ const { validatePermission, getAddonPermission } = require('../../utils/functions.js');

this.name = emoji.name;
this.url = emoji.url;
this.string = `<:${this.name}:${this.id}>`;
if(guild) this.guild.emojis.set(this.id, this);
this.getURL = function(){
return emoji.imageURL();
}
this.setName = function(name, reason){

@@ -30,0 +32,0 @@ return new Promise((resolve, reject) => {

Sorry, the diff of this file is too big to display

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