Module telexide::framework[][src]

The framework provides a customizable way to manage your bots commands

Structs

CommandError

The error to be returned from a command.

Framework

A utility for easily managing commands.

Type Definitions

CommandResult

A type alias for an std Result with the CommandError as the Err and () as the Ok