Skip to content

Commit

Permalink
* Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jun 27, 2022
1 parent 135080c commit f27c1ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public static InviteContainer getRightInvite(Guild guild) {
}

if (inv.getInviter() == null ||
!inv.getCode().equalsIgnoreCase(inv2.getCode()) ||
!inv.getCode().equalsIgnoreCase(inv2.getCode()) ||
!inv.getInviter().getId().equalsIgnoreCase(inv2.getCreatorId())) continue;

Expand Down

0 comments on commit f27c1ff

Please sign in to comment.