nicnacnic / nodecg-discord-overlay

A Discord bot that monitors a voice channel and creates an overlay for your stream.
MIT License
3 stars 1 forks source link

Possible breakage due to Discord API update #1

Open 31JSON opened 2 years ago

31JSON commented 2 years ago

After a recent change to the Discord API, the bot no longer responds to commands even though when running nodecg it says it's online. There is no other output or error messages. If there's something I can do to help troubleshoot, please let me know.

nicnacnic commented 2 years ago

Yep, I know why. The package I'm using upgraded to a new version which broke some things. In the bundle folder, try running npm i discord.js@12.5.3 in a command line. Overall this bundle needs an update.

31JSON commented 2 years ago

I haven't done a restream in a while, but I did attempt to install the newer discord.js, and unfortunately the bot is still unable to function.