desi
DIAdiscord.js - Imagine an app
•Created by desi on 2/23/2024 in #djs-voice
receiver end event not triggering
Solution (2 changes to my code):
const { joinVoiceChannel, VoiceConnectionStatus,EndBehaviorType } = require('@discordjs/voice');
then use behavior: EndBehaviorType.AfterSilence
3 replies