Tracking Used Invites - Problem
Akira13345 opened this issue · 2 comments
Akira13345 commented
Hi, I'm trying to get this code snippet to work today. I have encountered an error that I have solved (https://github.com/AnIdiotsGuide/discordjs-bot-guide/blob/master/coding-guides/tracking-used-invites.md)
client.guilds.forEach(g => { ----> client.guilds.cache.forEach(g => {
This solved my first mistake
However when I invite another member I get this error
https://hastebin.com/obugufuqox.sql
Thank you for your help, good day to you
YorkAARGH commented
- This isn't the place to get support with your bot, please join the server.
- Temporary invites may be causing this issue.
Akira13345 commented
Can I have the discord?