disgord icon indicating copy to clipboard operation
disgord copied to clipboard

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice

Results 58 disgord issues
Sort by recently updated
recently updated
newest added

# Description Made changes to go to API v10. Nothing too major it seems. [Here](https://github.com/discord/discord-api-docs/discussions/4510) are some of the most recent API v10 changes. It looks like the `X-Audit-Log-Reason` header...

# Description Changing the interaction data types so that they're more aligned with discord's API. The main goal of this refactoring is to help disgord users express what is actually...

# Description This is a simpler version than https://github.com/andersfylling/disgord/pull/332 Here golang.org/x/time/rate is used. And non-cancellation situation are accepted (when awaiting reservation). This design is also concurrent when possible. First request...

It's currently troublesome to specify Copier and DeepCopier for every substructure. Write a dependency tree to identify which structs needs the different interfaces instead of requiring `var _ Copier =...

enhancement
help wanted

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/net](https://togithub.com/golang/net) | require | digest | `de3da57` -> `263ec57` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/crypto](https://togithub.com/golang/crypto) | require | digest | `2c7772b` -> `0559593` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/gengo](https://togithub.com/kubernetes/gengo) | require | digest | `4627b89` -> `f967bbe` | ---...

It's currently a lot of work getting integration tests to work locally. While there is a need to verify error handling, I believe it's currently more productive to remove all...