Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Jul 24, 2024
1 parent 24b97f2 commit 40ea50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ public AuditableRestAction<Void> ban(@Nonnull UserSnowflake user, int duration,

@Nonnull
@Override
public AuditableRestAction<BulkBanResponse> ban(@Nonnull Collection<UserSnowflake> users, @Nullable Duration deletionTime)
public AuditableRestAction<BulkBanResponse> ban(@Nonnull Collection<? extends UserSnowflake> users, @Nullable Duration deletionTime)
{
throw detachedException();
}
Expand Down

0 comments on commit 40ea50a

Please sign in to comment.