HelpFrameBuilder

fun interface HelpFrameBuilder

Provides a standard interface for help frames.

Inheritors

Functions

Link copied to clipboard
abstract fun build(title: String, description: String, commands: List<CommandHelp>): Frame

Build a frame with a title, description and commands.