Socket
Socket
Sign inDemoInstall

player-engine

Package Overview
Dependencies
179
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

7

dist/Classes/Client.js

@@ -22,4 +22,7 @@ "use strict";

createPlayer(guild, opts = this.settings.Player) {
if (this.players.has(guild.id))
return this.players.get(guild.id);
if (this.players.has(guild.id)) {
const result = this.players.get(guild.id);
result.settings = opts;
return result;
}
const result = new Player_1.default(guild, opts);

@@ -26,0 +29,0 @@ this.players.set(guild.id, result);

{
"name": "player-engine",
"description": "Play your Musics in Your Discord Music Bot | Discord.js V13 Only",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc