refactor(lib,commands,errors): error capitalization and nouns do not follow Go's review standards
This commit is contained in:
@@ -31,8 +31,8 @@ type ChatCommandContext struct {
|
||||
}
|
||||
|
||||
var (
|
||||
ErrChatCommandOptionNotExists = errors.New("Chat command option does not exist")
|
||||
ErrChatCommandOptionInvalidType = errors.New("Chat command option is not of the type requested")
|
||||
ErrChatCommandOptionNotExists = errors.New("chat command option does not exist")
|
||||
ErrChatCommandOptionInvalidType = errors.New("chat command option is not of the type requested")
|
||||
)
|
||||
|
||||
type ChatCommandContextOptions map[string]ChatCommandOption
|
||||
|
||||
Reference in New Issue
Block a user