Rei-x / discord-speech-recognition

Speech to text extension for discord.js
https://npmjs.com/package/discord-speech-recognition
MIT License
56 stars 22 forks source link

SpeechEvents.speech fired twice when using group option with DisTube connection #67

Closed Singe72 closed 11 months ago

Singe72 commented 11 months ago

My project uses DisTube, so I need to pass the group option in the addSpeechEvent function. Otherwise, the speech event is never triggered. But here, the speech event is always triggered twice and I'm unable to fix this bug. I only call the addSpeechEvent function once in my code.