discordgo icon indicating copy to clipboard operation
discordgo copied to clipboard

(Golang) Go bindings for Discord

Results 192 discordgo issues
Sort by recently updated
recently updated
newest added

I've been writing some code to read VoiceStates on application start-up and noticed it wasn't finding records where I would expect. I noticed this coincided with the error `wsapi.go:646:onEvent() error...

I added the missing `custom_message` field to the AutoModerationActionMetadata. Documented here: https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-metadata

Implement [user-installable applications](https://discord.com/developers/docs/change-log#userinstallable-apps-preview), which were recently introduced by Discord.

feature

i couldnt do this step with discordgo https://discord.com/developers/docs/tutorials/developing-a-user-installable-app#step-2-setting-up-commands

Add support for editing bot's banner using `UserUpdate`. 🚧 This PR is built upon an [yet to be documented]() feature 🚧

undocumented

I found that there is relevant information in the documentation https://discord.com/developers/docs/topics/gateway#resuming, but there is no corresponding implementation method in the third-party package. Can this recovery mechanism be added? Currently, sessionID,...

added file structure example in examples folder as it is important to use proper file structure, this will help developers in writing clean codes instead of doing everything in main...

Adds support for Discord's OAuth2 token api. - added missing basic OAuth2 endpoints to endpoints.go - added util functions to create a 'Basic' token from client id and secret to...