# Functions
NewDiscordBot creates a new DiscordBot.
# Variables
ErrResponse is the error that is wrapped and returned when there is a non-200 api response.
# Structs
BotConfig is the set of configuration options for creating a DiscordBot with NewDiscordBot.
# Interfaces
DiscordBot is the api for a discord bot object.
DiscordMessageHandler is the api that a bot expects a handler manager to have.
# Type aliases
DiscordMessageHandlerFunc is the api that a bot expects a handler function to have.