Androz2091 / AtlantaBot

đŸ¤–â€€Another powerful Discord Bot with a web-dashboard used by more than 130k users!
GNU General Public License v3.0
855 stars 573 forks source link

While loading the guildmemberadd & guildmemberremove events, the console throws these errors #545

Open Lilbrother12121 opened 3 years ago

Lilbrother12121 commented 3 years ago

image

LeventHAN commented 3 years ago

Send an screenshot of your package.json

AND: Please use the tempalte for the issue.

What node version are you using? What DiscordJS version ? What AtlantaBot version?

Is this issue still occuring at the LATEST version?

More info please.

Lilbrother12121 commented 3 years ago

that's my package.json file: https://sourceb.in/1ieT46dARg Npm version: 7.20.1 Node version: v16.1.0 Discord.js verision: 12.5.3 and i used this repo

LeventHAN commented 3 years ago

You are using old discordJS and also even then you are running node16 on that which is conflicting (or I think so...). However your problem is DiscordJS version. You should delete and update your package.json or the whole repo... (DiscordJS v13-beta should be your discordJS version )

Lilbrother12121 commented 3 years ago

well, i updated my node & discord js to 13.1.0 and im still facing the same issue

Lilbrother12121 commented 3 years ago

note: i have node 16.8 now

LeventHAN commented 3 years ago

that's my package.json file: https://sourceb.in/1ieT46dARg Npm version: 7.20.1 Node version: v16.1.0 Discord.js verision: 12.5.3 and i used this repo

I just saw your image... That package.json is not correct... You are using something else... Most probably you did change the code and therefor I can't know what you did change to cause this issue. You should USE FRESH repo without any changes and test it. I can't support you if you are using your own customized bot....