Namespace Color_Chan.Discord.Commands
Interfaces
IInteractionPipeline
Pipeline behavior to surround the interaction handler. Implementations add additional behavior and await the next delegate.
Delegates
InteractionHandlerDelegate
Represents an async continuation for the next task to execute in the pipeline.