Registry / networking / jonas747-discordgo

jonas747-discordgo

JSON →
library1.6.3gogounverified

Discord binding for Go, providing a low-level API to interact with Discord.

go get github.com/jonas747/discordgo
INSTALL
IMPORT
SIG · JONAS747-DISCORDGO
J
jonas747-discordgo
networkinggov1.6.3
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/jonas747/discordgo

Create a Discord bot session and connect.

package main import ( "github.com/jonas747/discordgo" ) func main() { session, _ := discordgo.New("Bot <token>") session.Open() defer session.Close() }
Debug
Known issues
gotchaThis is a fork of bwmarrin/discordgo; API may differ.
fix
Check documentation for differences from the original.
affects: all
Upgrade
Version history
1.6.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jonas747-discordgo — go get jonas747-discordgo · libregistry