package
0.0.0-20211209175121-4e18fe87588a
Repository: https://github.com/mavolin/adam.git
Documentation: pkg.go.dev

# Functions

CheckChannelTypes returns a HideFunc that checks if the commands plugin.ChannelTypes match those of the invoking channel, and returns the passed HiddenLevel if not.
CheckHidden returns a HideFunc that returns the passed HiddenLevel, if the checked command is marked as Hidden.
CheckRestrictions returns a HideFunc that returns the passed HiddenLevel, if the checked command is restricted.
No description provided by the author
New creates a new help command using the passed Options.

# Constants

Hide is the HiddenLevel used if the command should not be shown at all, i.e.
HideList is the HiddenLevel used if the command should be hidden from command lists, i.e.
Show is the HiddenLevel used if the command should be shown.

# Variables

No description provided by the author

# Structs

Help is the default help command.
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