creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
115 stars 21 forks source link

Basic discord.js v12 compatibility #58

Closed rctgamer3 closed 3 years ago

rctgamer3 commented 3 years ago

This fixes compatibility with Discord by making discordIRCd compatible with discord.js v12. Still a bit unstable, but at least it's working again.

Pokechu22 commented 3 years ago

Do you know if this addresses the discordapp.com to discord.com migration (which will happen on November 7, 2020 based on a message I got)? Or does something else need to be updated for that to happen? (I was looking into doing something like this myself but I'm really not familiar with JS, so thanks for doing it)

rctgamer3 commented 3 years ago

That change doesn't directly affect discordIRCd. Might have to push a new change to bump discord.js to a newer version at most.