Conversation
* fix: rollback and remove discord_set_on_resume()
…ATE and AUTO_MODERATION values
…improve maintainability and reduce symbols
… Makefile and remove dead instructions
…e.h -> *.PRE.H to make gencodecs files easier to distinguish, simplify * refactor(Makefile): append with '+=' operator rather than repeating itself
* docs(README.md): fix typo
Show enumerators and struct members that are undocumented
Adds: - Create Guild from Guild Template - Get Guild Templates - Modify Guild Template - Delete Guild Template
Add - Get Sticker - List Nitro Sticker Packs - List Guild Stickers - Get Guild Sticker - Modify Guild Sticker - Delete Guild Sticker Missing - Create Guild Sticker
Add - Create Stage Instance - Get Stage Instance - Modify Stage Instance - Delete Stage Instance
Add JSON support for 'struct discord_application_command' partial fields Closes #80
Discord will be using a different URL for resuming purposes, this commit implements that
Add a GENCODECS_RECIPE environment macro that should assume the value of the currently running generator recipe.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What?
-O2compilation flag per the defaultv10Why?
An ongoing effort to keep Concord up to date with the Discord official API, and improve our internal API
How?
Add
discord_set_on_*()functions for the remaining event callbacks, add function wraps for remaining endpoints and updateDISCORD_API_BASE_URLandDISCORD_GATEWAY_URL_SUFFIXvalue to match that of Discordv10Testing?
Added examples to cover newly added events and endpoints