discord

package
v0.18.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Discord

type Discord struct {
	// contains filtered or unexported fields
}

Discord struct holds necessary data to communicate with the Discord API.

func New

func New() *Discord

New returns a new instance of a Discord notification service.

func (*Discord) AddReceivers

func (d *Discord) AddReceivers(channelIDs ...string)

AddReceivers takes Discord channel IDs and adds them to the internal channel ID list. The Send method will send a given message to all those channels.

func (*Discord) AuthenticateWithBotToken

func (d *Discord) AuthenticateWithBotToken(token string) error

AuthenticateWithBotToken authenticates you as a bot to Discord via the given access token. For more info, see here: https://pkg.go.dev/github.com/bwmarrin/discordgo@v0.22.1#New

func (*Discord) AuthenticateWithCredentials

func (d *Discord) AuthenticateWithCredentials(email, password string) error

AuthenticateWithCredentials authenticates you to Discord via your email and password. Note that this is highly discouraged by Discord. Please use an authentication token. For more info, see here: https://pkg.go.dev/github.com/bwmarrin/discordgo@v0.22.1#New

func (*Discord) AuthenticateWithCredentialsFull

func (d *Discord) AuthenticateWithCredentialsFull(email, password, token string, isOAuthToken bool) error

AuthenticateWithCredentialsFull authenticates you to Discord via your email, password and access token. This is what discord recommends. For more info, see here: https://pkg.go.dev/github.com/bwmarrin/discordgo@v0.22.1#New

func (*Discord) AuthenticateWithOAuth2Token

func (d *Discord) AuthenticateWithOAuth2Token(token string) error

AuthenticateWithOAuth2Token authenticates you to Discord via the given OAUTH2 token. For more info, see here: https://pkg.go.dev/github.com/bwmarrin/discordgo@v0.22.1#New

func (Discord) Send

func (d Discord) Send(ctx context.Context, subject, message string) error

Send takes a message subject and a message body and sends them to all previously set chats.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL