📄️ FlowCord
The main entry point for the framework. Manages menu registration, interaction handling, and active session lifecycle.
📄️ MenuBuilder
Fluent builder for defining menus. Constructed once per session and produces a MenuDefinition via .build().
📄️ Built-in Actions
Action factories are functions that return an Action — they can be used directly as a button or select action value without writing an inline async callback.
📄️ MenuContext
The single typed object passed to every menu callback — render methods, lifecycle hooks, button actions, select handlers, and modal submissions all receive ctx.