Categorygithub.com/lampjaw/discordclient
modulepackage
0.0.0-20210312234541-165fc2e57e2b
Repository: https://github.com/lampjaw/discordclient.git
Documentation: pkg.go.dev

# README

discordclient

# Functions

NewDiscordClient returns a new instance of DiscordClient.

# Constants

MessageTypeCreate is the message type for message creation.
MessageTypeDelete is the message type for message deletion.
MessageTypeUpdate is the message type for message updates.

# Structs

DiscordClient handles discord sessions and client configurations.
DiscordMessage holds received message information.

# Interfaces

Message defines discord message helpers.

# Type aliases

MessageType is the type of Message.