Socket
Socket
Sign inDemoInstall

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.0.12 to 1.0.13

2

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

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

@@ -43,3 +43,3 @@ const GuildChannel = require('./guildChannel.js');

data.fetch().then(ch => {
resolve(new VoiceChannel(ch, addon, guild));
resolve(new StageChannel(ch, addon, guild));
}).catch(reject);

@@ -46,0 +46,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