Skip to content

Commit

Permalink
cooldownNotifier does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwhateverr authored Feb 10, 2024
1 parent 83ea644 commit a891e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/processors/cooldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ CooldownConfiguration.<YourSenderType>builder()
.repository(CooldownRepository.forMap(new HashMap<>()))
.addActiveCooldownListener(...)
.addCreationListener(...)
.cooldownNotifier(notifier)
.build();
```

Expand Down

0 comments on commit a891e63

Please sign in to comment.