package
0.2.6
Repository: https://github.com/aussiebroadwan/tony.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author
Context is a wrapper around the context.Context type that includes a reference to the discordgo.Message and discordgo.Session objects that triggered the command.
Route associates a command name with a command instance and optional subcommands.

# 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