Expand description
Contains the core types for Saigon.
Modules§
Structs§
- Command
- A command given to a
Plugin. - Help
Text - The help text for a
Plugin. - User
- The user who sent the
Command. - UserId
- The ID of a
User.
Enums§
- Plugin
Response - The response from a
Plugin.
Traits§
Type Aliases§
- Plugin
Result - The result of a
Pluginhandling aCommand.