jericho-player
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "jericho-player", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak mode", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -45,2 +45,3 @@ const EventEmitter = require('events'); | ||
extractor: 'play-dl', | ||
metadata: null, | ||
ExtractorStreamOptions: { | ||
@@ -278,9 +279,2 @@ Limit: 1, | ||
// Picking Default Stuff from Default Quese options | ||
QueueCreateOptions = ClassUtils.stablizingoptions( | ||
QueueCreateOptions, | ||
DefaultQueueCreateOptions, | ||
); | ||
// Picking up valid and user defined options if any and comparing them with Player Default Options | ||
@@ -287,0 +281,0 @@ |
@@ -317,2 +317,3 @@ const { | ||
* @property {String} extractor | ||
* @property {any} metadata | ||
* @property {DefaultExtractorStreamOptions} ExtractorStreamOptions | ||
@@ -331,2 +332,3 @@ * @property {Boolean} IgnoreError | ||
extractor: 'play-dl', | ||
metadata: null, | ||
ExtractorStreamOptions: DefaultExtractorStreamOptions, | ||
@@ -333,0 +335,0 @@ IgnoreError: true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169834
4793