Sayrix
Sayrix
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
But do you know any way to know when a packet has been lost ?
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
Ok
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
I did but I already mentioned you so what do you want me to do
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
I don’t know how to make the message better
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
Like maybe an event when a packet has been lost
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
@Qjuh i ping you since i know that you are quite active there and that you know well djs voice
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 11/16/2024 in #djs-voice
Measure packet loss
Core Dependencies
- @discordjs/voice: 0.17.0
- prism-media: 1.3.5
Opus Libraries
- @discordjs/opus: 0.9.0
- opusscript: not found
Encryption Libraries
- sodium-native: not found
- sodium: 3.0.2
- libsodium-wrappers: 0.7.15
- tweetnacl: not found
FFmpeg
- version: 6.0-static https://johnvansickle.com/ffmpeg/
- libopus: yes
Core Dependencies
- @discordjs/voice: 0.17.0
- prism-media: 1.3.5
Opus Libraries
- @discordjs/opus: 0.9.0
- opusscript: not found
Encryption Libraries
- sodium-native: not found
- sodium: 3.0.2
- libsodium-wrappers: 0.7.15
- tweetnacl: not found
FFmpeg
- version: 6.0-static https://johnvansickle.com/ffmpeg/
- libopus: yes
9 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
😭
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
sorry
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
It was a permission problem
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
Oh shit i feel so bad
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
wait
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
I received the CHANNEL_UPDATE when updated the perms
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
i will try adding all perms to the bot to the specific channel
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
thats strange
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
don't worked
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
I don't received anything when opened the thread with the bot
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
client.on("raw", async (packet) => {
if (packet.t === "PRESENCE_UPDATE") return;
console.log(packet);
});
client.on("raw", async (packet) => {
if (packet.t === "PRESENCE_UPDATE") return;
console.log(packet);
});
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
Is there a way to log all events from the websocket so i can know if in raw the event is emitted by Discord
23 replies
DIAdiscord.js - Imagine an app
Created by Sayrix on 2/15/2024 in #djs-questions
threadCreate event emitted only when a user create a thread
different
23 replies