Discord-Image-Logger icon indicating copy to clipboard operation
Discord-Image-Logger copied to clipboard

Gateway Intents handling outdated

Open Jtb1308 opened this issue 1 year ago • 4 comments

I've done everything you told me to do, but whenever I run the bat file it gives me this: image

Jtb1308 avatar Dec 24 '23 01:12 Jtb1308

Hi Wave

Thank you for bringing this to my attention. Newer versions of discordjs seem to be causing this issue as they have changed the way that Intents are handled.

I will fix this issue within the coming weeks and let you know when I have done so

Please keep an eye out here for an update!

AsadHumayun avatar Dec 24 '23 01:12 AsadHumayun

Hi Wave

I have taken a look at your issue and have not been able to reproduce it on my local machine. Please ensure that you are using the correct version of discordjs that this bot was written in (13.7.0), this can be found in package.json.

You can find out the versions of all installed packages by running the command npm list in a terminal window that is in your bot's source code folder (do this by holding shift and right clicking in the folder that is holding your bot's code in file explorer and clicking the option that is similar to "Open Terminal window here" (the exact wording may be slightly different)). Once the terminal window opens, run the command (rpm list) and send the result here.

Below is a screenshot of the result that I see:

image

AsadHumayun avatar Dec 24 '23 03:12 AsadHumayun