the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
103 stars 69 forks source link

upgrade Discord.js to v13 #432

Closed veksen closed 2 years ago

veksen commented 2 years ago

Context: In order to parse the author icons, we're prefetching them from Discord.js.

What to do: Upgrade the package to latest v13, and possibly make changes to comply to v13 changes, see https://discordjs.guide/additional-info/changes-in-v13.html for reference.

SagnikPradhan commented 2 years ago

I can work on this, seems simple.

SagnikPradhan commented 2 years ago

Making sure, the only thing I was supposed to do was update discord.js from 13.1.0 to 13.2.0 and fix the issue of intents, right?