-
-
Notifications
You must be signed in to change notification settings - Fork 42
Add permissions-v2 support to interaction service #419
Add permissions-v2 support to interaction service #419
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a9026f - Browse repository at this point
Copy the full SHA 9a9026fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ca028 - Browse repository at this point
Copy the full SHA 28ca028View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1abd39 - Browse repository at this point
Copy the full SHA a1abd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5dd15a - Browse repository at this point
Copy the full SHA c5dd15aView commit details
Commits on Jan 14, 2022
-
Docs update (Discord-Net-Labs#417)
* Readme rework * Spelling & format in index * Update upgrade guide Resolves DNET issue #2029 * Update markdown format
Configuration menu - View commit details
-
Copy full SHA for f0a1dca - Browse repository at this point
Copy the full SHA f0a1dcaView commit details -
Add missing guild features (Discord-Net-Labs#422)
* init * Add summaries * Update src/Discord.Net.Core/Entities/Guilds/GuildFeatures.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Guilds/GuildFeature.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Guilds/GuildFeature.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4b3f60 - Browse repository at this point
Copy the full SHA e4b3f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b3a93 - Browse repository at this point
Copy the full SHA 96b3a93View commit details -
Add AddRow and WithRows (Discord-Net-Labs#420)
* Add AddRow and WithRows * Add missing summary
Configuration menu - View commit details
-
Copy full SHA for 3a2622b - Browse repository at this point
Copy the full SHA 3a2622bView commit details -
Add GetChannelType extension method (Discord-Net-Labs#423)
* Create ChannelExtensions.cs * Update ChannelExtensions.cs Co-Authored-By: Jared L <48422312+lhjt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f23230 - Browse repository at this point
Copy the full SHA 4f23230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3263bc3 - Browse repository at this point
Copy the full SHA 3263bc3View commit details
Commits on Jan 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6246c48 - Browse repository at this point
Copy the full SHA 6246c48View commit details
Commits on Jan 19, 2022
-
Add 50086 Error code (Discord-Net-Labs#432)
Co-authored-by: DnetRobot <robot294142@elonmusks.datacenter.com>
Configuration menu - View commit details
-
Copy full SHA for cbaf99f - Browse repository at this point
Copy the full SHA cbaf99fView commit details
Commits on Jan 24, 2022
-
Unneeded build event (Discord-Net-Labs#433)
Build() at the end of the command creation isn't needed. The build is done on line 34.
Configuration menu - View commit details
-
Copy full SHA for 2e014ba - Browse repository at this point
Copy the full SHA 2e014baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 944ffbc - Browse repository at this point
Copy the full SHA 944ffbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4c35a - Browse repository at this point
Copy the full SHA 4d4c35aView commit details -
Add IsInvitable and CreatedAt to threads (Discord-Net-Labs#442)
* Add IsInvitable and CreatedAt to threads * Update src/Discord.Net.Core/Entities/Channels/IThreadChannel.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ded7f39 - Browse repository at this point
Copy the full SHA ded7f39View commit details
Commits on Feb 8, 2022
-
Implement Modals (Discord-Net-Labs#428)
* Socket Modal Support * fix shareded client support * Properly use `HasResponded` instead of `_hasResponded` * `ModalBuilder` and `TextInputBuilder` validation. * make orginisation more consistant. * Rest Modals. * Docs + add missing methods * fix message signatures and missing abstract members * modal changes * um????? * update modal docs * update docs - again for some reason * cleanup * fix message signatures * add modal commands support to interaction service * Fix _hasResponded * update to new unsupported standard. * Sending modals with Interaction service. * fix spelling in ComponentBuilder * sending IModals when responding to interactions * interaction service modals * fix rest modals * spelling and minor improvements. * improve interaction service modal proformance * use precompiled lambda for interaction service modals * respect user compiled lambda choice * changes to modals in the interaction service (more) * support compiled lambdas in modal properties. * modal interactions tweaks * fix inline doc * more modal docs * configure responce to faild modal component * init * solve runtime errors * solve build errors * add default value parsing * make modal info caching static * make ModalUtils static * add inline docs * fix build errors * code cleanup * Introduce Required and Label properties as seperate attributes. * replace internal dictionary of ModalInfo with a list * change input building logic of modals * update RespondWithModalAsync method * add initial value parameter back to ModalTextInput and fix optional modal field * add missing inline docs * dispose the reference modal instance after building * code cleanup on modalcommandbuilder * Update docs/guides/int_basics/message-components/text-input.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/message-components/text-input.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_basics/modals/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_framework/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_framework/intro.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update docs/guides/int_framework/samples/intro/modal.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/MessageComponents/IComponentInteractionData.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/MessageComponents/TextInputComponent.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/IModalInteraction.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/ModalBuilder.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/ModalBuilder.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/ModalBuilder.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/ModalBuilder.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/ModalBuilder.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Core/Entities/Interactions/Modals/ModalBuilder.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Interactions/Attributes/Commands/ModalInteractionAttribute.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Interactions/Attributes/Modals/RequiredInputAttribute.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Interactions/InteractionServiceConfig.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.WebSocket/Entities/Interaction/Modals/SocketModalData.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * update interaction service modal docs * implements ExitOnMissingmModalField config option and adds Type field to modal info * Add WithValue to text input builders * Fix rare NRE on component enumeration * Fix RequestOptions being required in some methods * Use 'OfType' instead of 'Where' * Remove android unsported warning * Change publicity of properties in IInputComponeontBuilder.cs Co-authored-by: Cenk Ergen <57065323+Cenngo@users.noreply.github.com> Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b03a2ac - Browse repository at this point
Copy the full SHA b03a2acView commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c609a41 - Browse repository at this point
Copy the full SHA c609a41View commit details -
[Robot] Add missing json error (Discord-Net-Labs#444)
* Add 30046, 50068 Error codes * Update src/Discord.Net.Core/DiscordErrorCode.cs Co-authored-by: DnetRobot <robot294142@elonmusks.datacenter.com> Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb00edf - Browse repository at this point
Copy the full SHA eb00edfView commit details -
Add support for attachments (Discord-Net-Labs#445)
* Enforce valid button styles * support command option type 11 * missing '.' * Added type converter. Co-authored-by: Cat <lumitydev@gmail.com> Co-authored-by: CottageDwellingCat <80918250+CottageDwellingCat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e0390c - Browse repository at this point
Copy the full SHA 4e0390cView commit details -
Feature: Allow modifying attachments on interactions and extend the m…
…odule base (Discord-Net-Labs#447)
Configuration menu - View commit details
-
Copy full SHA for dcbc094 - Browse repository at this point
Copy the full SHA dcbc094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27829f1 - Browse repository at this point
Copy the full SHA 27829f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3765d - Browse repository at this point
Copy the full SHA fd3765dView commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3bd290b - Browse repository at this point
Copy the full SHA 3bd290bView commit details