Skip to content

Commit

Permalink
[docs] start manager documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
redstonekasi committed Oct 22, 2023
1 parent b3fa86e commit 69f5ca3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/shelter-docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ While not likely, it *is possible* that a store you're trying to access has not

Therefore **it is strongly recommended** to rely on this function (instead of `flux.stores`/`flux.storesFlat`) if you need to access a store as soon as possible, immediately at plugin load.

### `shelter.flux.managers`

Managers are Discord's new way of handling side effects in Flux. They are lazily loaded through a dispatch interceptor.

This contains a list of all managers.

### `shelter.flux.intercept`

```ts
Expand Down

0 comments on commit 69f5ca3

Please sign in to comment.