|
|
|
@ -80,6 +80,6 @@ type Context struct {
|
|
|
|
Member *discordgo.Member
|
|
|
|
Member *discordgo.Member
|
|
|
|
// Name of the command as it was invoked (this is so you know what alias was used to call the command)
|
|
|
|
// Name of the command as it was invoked (this is so you know what alias was used to call the command)
|
|
|
|
Invoked string
|
|
|
|
Invoked string
|
|
|
|
// Error channel
|
|
|
|
// Command Manager
|
|
|
|
ErrorChannel chan CommandError
|
|
|
|
CommandManager *CommandManager
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|