Miga
Miga
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
@duck
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
thank you !
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
Oh its working!
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
installed
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.16.1
- prism-media: 1.3.5

Opus Libraries
- @discordjs/opus: 0.9.0
- opusscript: 0.0.8

Encryption Libraries
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: 0.7.13
- tweetnacl: not found

FFmpeg
- version: 6.0-essentials_build-www.gyan.dev
- libopus: yes
--------------------------------------------------
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.16.1
- prism-media: 1.3.5

Opus Libraries
- @discordjs/opus: 0.9.0
- opusscript: 0.0.8

Encryption Libraries
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: 0.7.13
- tweetnacl: not found

FFmpeg
- version: 6.0-essentials_build-www.gyan.dev
- libopus: yes
--------------------------------------------------
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.16.1
- prism-media: 1.3.5

Opus Libraries
- @discordjs/opus: not found
- opusscript: not found

Encryption Libraries
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: 0.7.13
- tweetnacl: not found

FFmpeg
- version: 6.0-essentials_build-www.gyan.dev
- libopus: yes
--------------------------------------------------
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.16.1
- prism-media: 1.3.5

Opus Libraries
- @discordjs/opus: not found
- opusscript: not found

Encryption Libraries
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: 0.7.13
- tweetnacl: not found

FFmpeg
- version: 6.0-essentials_build-www.gyan.dev
- libopus: yes
--------------------------------------------------
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
the connection does enter to the ready state.
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
console: Connection Connection
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
joinVoiceChannel({
channelId: interaction.member.voice.channelId,
guildId: interaction.guild.id,
adapterCreator: interaction.guild.voiceAdapterCreator,
}).subscribe(player).connection.on('stateChange', (oldState, newState) => {
console.log(`Connection`);
});
joinVoiceChannel({
channelId: interaction.member.voice.channelId,
guildId: interaction.guild.id,
adapterCreator: interaction.guild.voiceAdapterCreator,
}).subscribe(player).connection.on('stateChange', (oldState, newState) => {
console.log(`Connection`);
});
like that?
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
im not really sure how.. can you please help me?
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
so yes it is
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
player.on(AudioPlayerStatus.Playing, () => {
console.log('player is playing');
});
player.on(AudioPlayerStatus.Playing, () => {
console.log('player is playing');
});
console: player is playing player is playing
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
it showing no errors
26 replies
DIAdiscord.js - Imagine an app
Created by Miga on 11/17/2023 in #djs-voice
Bot joins but does nothing
[email protected] node v18.11.0
26 replies