djs-voice

1170 threads · Page 10 of 24

Can't install @discordjs/opus. 4 messages
analog willow I am running windows 10, node v.20.4.0, @discordjs/opus v.0.16.0. I have installed Visual Studio 2022 Community Edition ...
998946512144969748
Error 15 messages
jade crown Error: Cannot find module '/root/7bLogsBot/node_modules/@discordjs/opus/prebuild/node-v108-napi-v3-linux-x64-glibc-2.31/...
Error 2 messages
jade crown Error: Cannot find module '/root/7bLogsBot/node_modules/@discordjs/opus/prebuild/node-v108-napi-v3-linux-x64-glibc-2.31/...
I want to record audio from Discord's audio channel in Node.js. 11 messages
brisk berry I just want to get voice data for now. Current code ```js const { Client, GatewayIntentBits, Partials, } = require('disc...
Bot not automatically leaving the voice channel even after the user leaves 1 messages
quiet mauve I have this code where the bot joins a voice channel where the user joins and starts playing audio from the mp3 url. Now...
i'm allowed to create a spotify music bot on discord? 24 messages
red dune i'm allowed to create a spotify music bot on discord?
[ERR_INVALID_ARG_TYPE] 3 messages
alpine dragon ```sh [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Receiv...
Discord bot not playing song from an custom mp3 api url 23 messages
quiet mauve I have this code for the command where the bot suppose to play the audio from the mp3 url which is: https://api.onlyhit....
Huge error whilst trying to install opus 16 messages
iron granite Hi! I'm trying to install opus on my bot, but when I run the npm install command, I get the biggest error I've ever seen...
998946512144969748 998946620345434174
radio bot on docker container doesnt work ! 2 messages
brittle tide i'am trying to run a radio bot on a docker container, the bot work well and join the channel but there is no sound. ps :...
How do I check how long a resource has been playing for? 3 messages
dreamy vine Newest version everything, how can I check, whether through an audioPlayer or voiceConnection object, how long a certain...
(node:37) [NoExtractors] Warning: Skipping extractors execution since zero extractors were registere 5 messages
red dune (node:37) [NoExtractors] Warning: Skipping extractors execution since zero extractors were registered
Spotify music bot not playing audio 10 messages
azure tartan Hey everyone, So after realizing both the youtube aspect and soundcloud aspect of a music bot is against TOS, i'v remov...
Cannot play .mp3 user attachments 7 messages
spark horizon Hi there, this command is supposed to allow the user to upload a .mp3 file for the bot to play, but I cannot get it to w...
Player emit idle event without playing 7 messages
stone onyx ```js let connection = joinVoiceChannel({ channelId: voiceChannel.id, guildId: voiceChannel.guild.id, ...
audio file that does not play from the beginning, skips and stops after a few seconds. 13 messages
idle glacier Hello, I have a problem using discord.js and discordjs/voice I want to play audio files from my server (locally where th...
Getting user's speaking data that are connected to the same voice channel as the bot. 10 messages
wicked kite Hi! I am trying to make a speech to text bot but i have difficulties to get speaking data... i have almost everything i ...
Error 13 messages
steady topaz Error: Cannot find module '/root/7bLogsBot/node_modules/@discordjs/opus/prebuild/node-v108-napi-v3-linux-x64-glibc-2.31/...
998946512144969748 998946620345434174
Event not triggered in server 4 messages
fresh token All events are not firing in the server, but working fine locally
djs/voice sending end if too slow to get data 3 messages
hexed minnow I've gotten a persistent issue that, whenever I try to play (URL/online only!) something and it takes a bit longer to re...
error 20 messages
chilly elk pls help
@discord.js/opus vulnerability in dependencies 4 messages
thorny valve # npm audit report semver <7.5.2 Severity: moderate semver vulnerable to Regular Expression Denial of Service - https:...
Not hearing audio 8 messages
north wadi Any idea why? ```js // Load up the discord.js library const glob = require("glob") // This is your client. Some people c...
Error: Cannot probe a readable stream in object mode 4 messages
real hatch I'm getting this error when trying to create the audio resource for a track, my current code is: ```js // YouTubeMusicPl...
Custom TTS bot cutting off early 14 messages
velvet shadow I made a TTS bot earlier today and I’ve been trying to use it and it works and it creates the audio files and play them,...
Not receiving events 3 messages
broken sierra so im trying to listen to voice events but i dont receive anything. I don't receive speaking events nor the received byt...
Opus not working on mac 2 messages
red dawn When trying to use opus, I keep getting these errors when it attempts to install. When googling the issue, I found this ...
998946512144969748
Trying to make a tts join command, getting invalid string format error 3 messages
warm zodiac I'm currently trying to use a SlashCommandBuilder to make a command that will make the bot join the vc and begin reading...
interaction.guild.members.me.voice.channel gives null response? 18 messages
warm zodiac Tried grabbing the voice channel ID from where the bot was at, and I keep getting null or it won't change when the bot j...
bot 4 messages
chilly elk how to make the bot 24 hours in voice channel
Creating a leave voice channel command for a bot 38 messages
warm zodiac I have a working join command for discordjs v14, so now I'm trying to make a working disconnect command. code is here: `...
Stop streaming audo after a short time 1 messages
radiant raven Hello I have a bot who stream audio in a channel but it work but in a coupe minute it will stop playing for no reason. T...
Connected but no sound 5 messages
nocturne monolith https://pastebin.com/XMthRfWH
Bot not outputting sound after joining the channel 22 messages
undone escarp ```js const play = async (song, connection, message) => { if (!song) { connection.leave(); return; ...
Why this message spamming in the log 3 messages
zealous portal ```js if (isjoinedchannel || ischangedchannel) { if(channelid == veri.bilgilendirmekanali){ ...
How do I get my bot to join a discord vc 116 messages
haughty jasper Hello guys I'm simply just wanting to put my discord bot into a guild channel vc and thats it I aint tryna do anything e...
Spotify 48 messages
vernal hill How can I play Spotify songs? Every npm package uses YouTube...
AudioResource not playing on Linux 11 messages
native shoal I have a strange issue that I would *assume* is a dependency mismatch, however everything is in check. I play a URL audi...
998946512144969748
I have an error 34 messages
digital arrow Hello, i'm programming a bot who play sounds in a voice channel, but when I execute my command !play with the URL he say...
Issue with ffmpeg/avconv 7 messages
sand bramble I am getting an error on line 6 because the @discordjs/voice module cannto be found despite being required and installed...
998946512144969748
Issue with Running Multiple Music Bots in Discord.js 13 3 messages
slow acorn I'm facing an issue with running multiple music bots in Discord.js 13. When I try to play music with one bot in a specif...
what library would you recommend for music from soundcloud 2 messages
summer zodiac what library would you recommend for music from soundcloud
Did not enter state ready within 5000ms 24 messages
rough gull ```js const { Client, Events, GatewayIntentBits } = require('discord.js'); const { joinVoiceChannel, EndBehaviorType, cr...
Is it possible to fix so that the bot can include music in YouTube with limited access? 3 messages
tawny breach It is very necessary to fix the fact that the bot cannot include the song in YouTube with limited access
Constant in and out of VC 2 messages
smoky root Issue in video ```js client.isMp3.set(interaction.guildId, true); const media = interaction.options.getAttachm...
How do I check who in the VC is talking? 18 messages
torpid nest How do I check who in the VC is talking. I need this for my own private bot (for reasons I won't get into). I am runnin...
receiving audio from a user and playing it with ffplay 16 messages
merry nexus This is my code: ```js let connection = joinVoiceChannel({ adapterCreator: message.guild.voiceAdapterCreator, ch...
Have speaking's data 15 messages
sullen goblet ```js connection.receiver.speaking.on('start', async (userId) => { const receiverOptions = { ...
Ogg files with no sound 7 messages
tardy atlas Hi, I followed the github recorder example and managed to record some ogg files using my bot. But the files have no soun...
voice message 2 messages
proven sedge Is there support for detecting and working with voice messages sent from mobile phones?