Crate saigon_core

Source
Expand description

Contains the core types for Saigon.

Modules§

content

Structs§

Command
A command given to a Plugin.
HelpText
The help text for a Plugin.
User
The user who sent the Command.
UserId
The ID of a User.

Enums§

PluginResponse
The response from a Plugin.

Traits§

Adapter
A Saigon adapter.
Plugin
A Saigon plugin.

Type Aliases§

PluginResult
The result of a Plugin handling a Command.