Function: info()
> info(): HashtagHandlerOptions[]
Defined in: src/handlers/hashtag-commands.ts:104
This function returns an array of all the registered handlers with their configuration. It can be used to get information about the registered handlers, for example, to display a list of available Hashtag-Commands in a debug menu.
Returns
HashtagHandlerOptions[]
An array of all the registered handlers with their configuration.