package
5.1.1+incompatible
Repository: https://github.com/gsmcwhirter/discord-bot-lib.git
Documentation: pkg.go.dev

# 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.