discord-player
Advanced tools
Comparing version 6.6.0 to 6.6.1
{ | ||
"name": "discord-player", | ||
"version": "6.6.0", | ||
"version": "6.6.1", | ||
"description": "Complete framework to facilitate music commands using discord.js", | ||
@@ -55,3 +55,3 @@ "main": "dist/index.js", | ||
"@discord-player/ffmpeg": "^0.1.0", | ||
"@discord-player/utils": "^0.2.1", | ||
"@discord-player/utils": "^0.2.2", | ||
"@discordjs/voice": "latest", | ||
@@ -61,3 +61,3 @@ "libsodium-wrappers": "^0.7.10" | ||
"peerDependencies": { | ||
"@discord-player/extractor": "^4.3.1", | ||
"@discord-player/extractor": "^4.4.0", | ||
"discord.js": "14.x", | ||
@@ -64,0 +64,0 @@ "youtube-sr": "4.x" |
@@ -124,3 +124,3 @@ # Discord Player | ||
async function execute(interaction) { | ||
const channel = interaction.message.member.voice.channel; | ||
const channel = interaction.member.voice.channel; | ||
if (!channel) return interaction.reply('You are not connected to a voice channel!'); // make sure we have a voice channel | ||
@@ -127,0 +127,0 @@ const query = interaction.options.getString('query', true); // we need input/query to play |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
596606
6214
+ Added@types/node@22.9.3(transitive)
+ Addeddiscord-api-types@0.37.107(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.0(transitive)
- Removeddiscord-api-types@0.37.109(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@discord-player/utils@^0.2.2