Erisa/Cliptok

Bug: Fix group invites

Closed this issue · 1 comments

Erisa commented

Problem line:

maliciousCache = Program.serverApiList.FirstOrDefault(x => x.ServerID == invite.Guild.Id.ToString());

For some reason when checking server cache we are assuming that the invite has a guild object. We shouldn't do this.