-
-
Notifications
You must be signed in to change notification settings - Fork 40
tracking pr #716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
tracking pr #716
Conversation
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
Renamed some flags in ApplicationFlags and UserFlags
Signed-off-by: Mira <[email protected]>
This will still fail rn
This is based on whether the user has nitro, and which level. as example it'll be: 524288000 bytes = 500 MB (normal nitro) 10485760 bytes = 10 MB (non nitro) Fixes DISCATSHARP-2F1 Fixes #678
The Experimental attribute was removed from HasMessageReference and HasMessageSnapshots properties in DiscordMessage, indicating these features are now considered stable or no longer experimental.
Eliminated the [DiscordInExperiment] and [Experimental] attributes from DiscordForwardedMessage and DiscordMessageSnapshot classes, indicating these entities are no longer marked as experimental.
Changed GuildId from internal to public with JsonProperty attribute in DiscordThreadChannelMember. Updated thread member update event to only set GuildId if it is zero, ensuring correct assignment and serialization.
Inserted a TODO comment referencing a specific Discord channel message to investigate an issue with CreatePaginatedModalResponseAsync. No functional code changes were made.
Updated InteractivityExtension to properly handle messages with ComponentsV2 (container components) when checking for buttons and select components. Adjusted component traversal logic and error messages to support both legacy and v2 component structures. Also added missing using directive and registered DiscordContainerComponent in the component JSON converter.
Introduces AddTextDisplayComponent and AddTextDisplayComponents methods to DiscordInteractionModalBuilder, allowing the addition of text display components to modals. This enhances the flexibility of modal construction by supporting new component types.
Updated XML documentation to consistently refer to 'text input component' instead of 'text component', clarified parameter descriptions and limits, and made the Value and defaultValue parameters nullable. Also improved default handling for MaxLength based on style.
The 'Components V2' entry was removed from the table of contents in the documentation as it was either unused or no longer relevant.
used the wrong endpoint
DisCatSharp v10.7.0 Release
Signed-off-by: Lala Sabathil <[email protected]>
Signed-off-by: Lala Sabathil <[email protected]>
….buildtools-16.x chore(deps): update dependency microsoft.vssdk.buildtools to 16.11.69
…norepo chore(deps): update dependency xunit.runner.visualstudio to 3.1.4
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.
No description provided.