Skip to content

Commit

Permalink
Fix invite used event
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodOne120 committed Aug 18, 2024
1 parent ee7cfe6 commit e048747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events/invite_used_EVT.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
if (event.temp2) temp[event.temp2] = invite.guild;
Actions.invokeEvent(event, member.guild, temp);
}
invites.get(member.guild.id).set(invite.code, invite.uses);
}
});

Expand Down

0 comments on commit e048747

Please sign in to comment.