# Functions
No description provided by the author
Route Key is the name of the command dot separated by the subcommands e.g.
No description provided by the author
No description provided by the author
NewRoute constructs a new Route.
# Constants
AppTypeCommand is an discord application command that is executed by a user and handled by the OnCommand() handler.
AppTypeEvent is an event based application which handles user interactions with the OnEvent() handler message components or modals.
AppTypeMessage is an application which runs on messages, handled by the OnMessage() handler.
AppTypeMountable is an application which runs on mount, handled by the OnMount() handler.
AppTypeNOP is a command that does nothing and is used as a routing placeholder for parent containers for their sub applications.
AppTypeReaction is an application which runs on reactions, handled by the OnReaction() handler.
AppTypeCommand is an discord application command that is executed by a user and handled by the OnCommand() handler.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author