This repository was archived by the owner on Oct 15, 2022. It is now read-only.
Merge from upstream - #3
Open
dhopcs wants to merge 259 commits into
Open
Conversation
Co-authored-by: ToπSenpai <15636011+TopiSenpai@users.noreply.github.com>
Dropping user account endpoints and functionality
Add MessageFlags values
* update audit log keys and actions * remove unncessary tab * move comments above * feat: corrected comments for audit log change keys * fix: typos in audit log change keys comments and definitions Co-authored-by: nitroflap <fe.lap.prog@gmail.com>
* add missing json error codes * Update structs.go Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com> * Update structs.go Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com> * requested changes * Update structs.go Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com> * Update structs.go Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com> * formatting * add ErrCodeEmbedDisabled back Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
* feat: ci barebones * fix(.github/workflows): checkout * feat(.golangci.yml): removed presets * feat(workflows/ci): moved matrix to test job * feat(golangci-lint): disabled all linters except golint * fix(workflows/ci): golangci-lint action cache fix * feat(workflows/ci): custom step with golangci-lint on normal commit * feat(.github/workflows): moved setup-go into individual jobs * feat(workflows/ci): only new lint issues for pull requests
* feat(interactions): application command attachment option * fix(interactions): corrected application command attachment option type
* Create edit application command permissions endpoint * Add remaining command permissions endpoints * Clean up naming a bit * Add docs for application command permissions endpoints * Update comments * More comments * :^) * Put the verb in API method names at the end * Review feedback * Add default permissions * feat(restapi): rewording of comments to application command permissions endpoints * fix(rest): errors for application commands permissions endpoints * style(interactions): changed order of fields in ApplicationCommand Co-authored-by: NotUnlikeTheWaves <hleistra@gmail.com> Co-authored-by: nitroflap <fe.lap.prog@gmail.com>
Use A-Za-z range instead of A-z range
--------- Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
…rs, channels and roles (#1647)
Co-authored-by: sa-dd <asaad5436@gmail>
* feat(components): add Label component * feat: update modals example * feat(MessageComponentInteractionData): add resolved property * chore(MessageComponentInteractionDataResolved)!: rename MessageComponentInteractionDataResolved to ComponentInteractionDataResolved
BREAKING CHANGE: `ChannelMessagesPinned` now has `before` and `limit` arguments
* todo: use crypto/aes maybe * Finally make it work using new transport encryption * Cleanup * Remove old stuff * Remove old stuff from testing * Move nonceCounter incrementation to make it more explicit * note * Migration complete: Change opusReceiver to use aead_aes256_gcm_rtpsize - Looks like the migration has been fully completed from the old xsalsa20_poly1305 to aead_aes256_gcm_rtpsize - opusReceiver has now been completed too because in all honesty after figuring everything out for opusSender, implementation for opusReceiver is even easier - With the migration complete, discordgo no longer relies on golang.org/x/crypto (secretbox) and just uses crypto/aes instead * Remove unneccessary mutex lock - Removed an unnecessary mutex lock - Changed the p.Opus = opus back to a regular if statement like before for simplicity inside of opusReceiver * Fixup --------- Co-authored-by: Bill Dengler <codeofdusk@gmail.com>
* support guild role member count * add s to method name
…TextInput.Label` (#1672) --------- Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.