Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "shoukaku", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A lavalink client for Discord.js v12 only", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const EventEmitter = require('events'); | ||
const { ShoukakuPlayOptions, ShoukakuStatus } = require('../constants/ShoukakuConstants.js'); | ||
const util = require('./util/ShoukakuUtil.js'); | ||
const util = require('../util/ShoukakuUtil.js'); | ||
const ShoukakuLink = require('./ShoukakuLink.js'); | ||
@@ -5,0 +5,0 @@ const ShoukakuError = require('../constants/ShoukakuError.js'); |
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
67830