steven
steven
Explore posts from servers
CDCloudflare Developers
Created by steven on 11/3/2023 in #general-help
Tunnel Not Working
alrighty thank you so much ❤️
4 replies
CDCloudflare Developers
Created by steven on 11/3/2023 in #general-help
Tunnel Not Working
is there any ETA what so ever on when these issues will be resolved?
4 replies
CDCloudflare Developers
Created by steven on 11/3/2023 in #general-help
Tunnel Not Working
ah ok. thank you for the swifty response! cloudflare seems to be having tons of issues in the past 2 days i thought they were fixed by now I was going crazy 😮‍💨
4 replies
DIAdiscord.js - Imagine an app
Created by steven on 10/14/2023 in #djs-voice
Get existing connection with endpoint, token and session
so no possible way of doing this?
7 replies
DIAdiscord.js - Imagine an app
Created by steven on 10/14/2023 in #djs-voice
Get existing connection with endpoint, token and session
he also said the same thing, to come here
7 replies
DIAdiscord.js - Imagine an app
Created by steven on 10/14/2023 in #djs-voice
Get existing connection with endpoint, token and session
so how can i get them to work together? the creator of lavalink-client said he did something similar in discord.jsv13 in the past and he used something like that and he suggested it to me also i brought up what i mentioned here and he said “U need opus, encoders and smt else too” so how can it be done? it seems possible
7 replies
DIAdiscord.js - Imagine an app
Created by steven on 10/14/2023 in #djs-voice
Get existing connection with endpoint, token and session
const connection = joinVoiceChannel({
guildId: interaction.guild.id,
channelId: channel.id,
adapterCreator: interaction.guild.voiceAdapterCreator
})

const player = client.lavalink.createPlayer({
guildId: interaction.guildId,
voiceChannelId: channel.id,
textChannelId: interaction.channelId,
selfDeaf: false,
selfMute: false,
volume: 40
})

await player.connect()

console.log(connection.receiver)

connection.receiver.speaking.on('start', (id) => {
console.log(id)
})
const connection = joinVoiceChannel({
guildId: interaction.guild.id,
channelId: channel.id,
adapterCreator: interaction.guild.voiceAdapterCreator
})

const player = client.lavalink.createPlayer({
guildId: interaction.guildId,
voiceChannelId: channel.id,
textChannelId: interaction.channelId,
selfDeaf: false,
selfMute: false,
volume: 40
})

await player.connect()

console.log(connection.receiver)

connection.receiver.speaking.on('start', (id) => {
console.log(id)
})
both of them say they are working, lavalink says it’s connected and playing music while receiver says it’s signaling but both of them aren’t working but it does join the vc :/
7 replies
DIAdiscord.js - Imagine an app
Created by steven on 10/14/2023 in #djs-voice
Get existing connection with endpoint, token and session
[email protected] C:\Users\clap\Desktop\gr$pe v3

`node -v v18.17.0
[email protected] C:\Users\clap\Desktop\gr$pe v3

`node -v v18.17.0
7 replies
DIAdiscord.js - Imagine an app
Created by Lambo on 3/10/2023 in #djs-voice
No Audio Is Played
the counter of the API's problem doesnt work for me either. The only thing i have found that fixes it is switching regions which automatically plays the sound the moment u switch it. BUT that is so impractical in a release build for a bot so i never implemented it and now im stuck here with a major feature in my bot not working.
50 replies
DIAdiscord.js - Imagine an app
Created by steven on 8/20/2022 in #djs-voice
Bot joins vc but doesnt play nything
needed GUILD_VOICE_STATES intent
5 replies
DIAdiscord.js - Imagine an app
Created by steven on 8/20/2022 in #djs-voice
Bot joins vc but doesnt play nything
bruh im so dumb
5 replies
DIAdiscord.js - Imagine an app
Created by steven on 8/20/2022 in #djs-voice
Bot joins vc but doesnt play nything
5 replies