Versions in this module Expand all Collapse all v0 v0.17.6 Dec 3, 2021 v0.17.5 Dec 3, 2021 Changes in this version + type Discord struct + func New() *Discord + func (d *Discord) AddReceivers(channelIDs ...string) + func (d *Discord) AuthenticateWithBotToken(token string) error + func (d *Discord) AuthenticateWithCredentials(email, password string) error + func (d *Discord) AuthenticateWithCredentialsFull(email, password, token string, isOAuthToken bool) error + func (d *Discord) AuthenticateWithOAuth2Token(token string) error + func (d Discord) Send(ctx context.Context, subject, message string) error