package
2.1.0
Repository: https://github.com/pixeltopic/sayori.git
Documentation: pkg.go.dev

# Functions

GetAlias returns Command Aliases from Context.
GetArgs returns Command Args from Context.
GetErr returns a Command Err from Context, not to be confused with the default Context error.
GetMsg returns a Discord Message from Context.
GetPrefix returns a Command Prefix from Context.
GetSes returns a Discord Session from Context.
WithAlias attaches Command Aliases to Context.
WithArgs attaches Command Args to Context.
WithErr attaches a Command Err to Context.
WithMsg attaches a Discord Message to Context.
WithPrefix attaches a Command Prefix to Context.
WithSes attaches a Discord Session to Context.