Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discord-player

Package Overview
Dependencies
Maintainers
2
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-player - npm Package Compare versions

Comparing version 6.6.0 to 6.6.1

6

package.json
{
"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

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