AnIdiotsGuide/discordjs-bot-guide

Tracking Used Invites - Problem

Akira13345 opened this issue · 2 comments

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

  1. This isn't the place to get support with your bot, please join the server.
  2. Temporary invites may be causing this issue.

Can I have the discord?