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

This PR adds the missing `attachments` field to the `WebhookEdit` struct so you can remove and override attachments on webhook messages. See https://discord.com/developers/docs/resources/webhook#edit-webhook-message It also adds the missing thread specific...

feature

Administrator permissions bypass all channel overrides afaik.

Adds the field GuildID to the AuditLogEntry struct. While not documented (https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-entry-structure) it is part of the struct sent on the wire: ![image](https://user-images.githubusercontent.com/4249368/233403353-25ade6d2-7e33-4957-bf08-0e58b8c552bb.png)

feature
undocumented

Fixed https://github.com/bwmarrin/discordgo/issues/1333.

This adds test coverage to `Session.Open()` and `Session.Close()`. Test coverage is up from 10.5% to 15.8%.

See discussion in #1335. The musttag linter catches some bugs where structs are missing json tags for serialization.

Bumps [github.com/pion/webrtc/v3](https://github.com/pion/webrtc) from 3.0.0-20200721060053-ca3cc9d940bc to 3.0.15. Release notes Sourced from github.com/pion/webrtc/v3's releases. Future Shock The Pion team is very excited to announce the v3.0.0 release of Pion WebRTC. Pion WebRTC...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210421170649-83a5a9bb288b to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210421170649-83a5a9bb288b&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Properly reference previous user when user data is changed and GuildMemberUpdate is fired with TrackMembers enabled Minimal implementation for obtaining before/after snapshot of user changes. See additional information and items...