AnIdiotsGuide/discordjs-bot-guide

i found a error

shivamthakkar opened this issue · 5 comments

when i joined my server i receive a error in console and that is
image

same here

On the latest version of the discord that is v12 u need to cache it... do that and it will work

This guide is a little outdated, in discord.js Version 12; client.guilds.forEach should be replaced with client.guilds.cache.forEach

How to run the embed, What is the prefix

This guide is a little outdated, in discord.js Version 12; client.guilds.forEach should be replaced with client.guilds.cache.forEach

Yeah, this is true. We're getting that resolved over time ^_^

How to run the embed, What is the prefix

Not sure what you're asking but I'm pretty sure this is the wrong place.