flux field.
Declarative flux
PluginManager subscribes and unsubscribes declarative Flux handlers for you. It also wraps handlers and logs thrown errors.
Common event names
Event payloads are internal Discord objects and can change. Type only the fields you read.
Manual subscriptions
Use manualFluxDispatcher.subscribe only for scoped React effects or late conditional subscriptions. Always keep the same function reference and unsubscribe it.

