Registry / networking / matterbridge-discordgo

matterbridge-discordgo

JSON →
library0.23.1gogounverified

A Go binding for the Discord API, enabling bot and integration development.

go get github.com/matterbridge/discordgo
INSTALL
IMPORT
SIG · MATTERBRIDGE-DISCO
M
matterbridge-discordgo
networkinggov0.23.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

discordgo
github.com/matterbridge/discordgo

Creates a Discord session and connects to the gateway.

package main import ( "github.com/matterbridge/discordgo" ) func main() { session, err := discordgo.New("Bot token") if err != nil { panic(err) } err = session.Open() if err != nil { panic(err) } defer session.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.23.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
matterbridge-discordgo — go get matterbridge-discordgo · libregistry