Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LimitedCollection): fix keepOverLimit behavior discordjs#10062
* always allow updating of elements even when maxSize is 0 * keep elements in the collection and disallow adding new ones if non matching the keepOverLimit expression * do not remove any non-matching element from the collection when a new one is tried to add
- Loading branch information