package
0.0.0-20190909210121-d3ab662546be
Repository: https://github.com/soliel/watchabot.git
Documentation: pkg.go.dev
# Functions
CreateHandler initializes the command handler object to store our commands.
SeperateArgs will seperate strings.
# Structs
The Context of the situation the command was used in.
FailedToRegisterError is thrown when registration fails for any reason.
Handler is the container to hold the locations of all commands.
Message is used to bundle command string and message string.
NotHandledError is fired when a command does not have a suitable handler.