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

discord-speech-recognition does not work as ES6-Module import. #59

Open MarvinBrill opened 1 year ago

MarvinBrill commented 1 year ago

When I import the addSpeechEvent method as an ES6 module, speech recognition doesn't work. The bot is executable and no error messages appear

If I import it as a CommonJs module everything works fine. maybe an async problem?