d4n
b1c2fcb610
Fix error when only sending components in response to interactions ( #3129 )
2025-05-16 08:53:31 +03:00
Robin Laevaert
9f9b093add
Change comment to reflect longer polls ( #3127 )
2025-05-11 14:45:00 +00:00
Mihail Gribkov
5f2d173361
[Fix] Include section accessories in ComponentCount() ( #3126 )
2025-05-11 16:47:34 +03:00
Mihail Gribkov
56d6980aa8
Add empty constructors for containers ( #3125 )
...
* add empty ctors
2025-05-10 00:19:09 +03:00
Mihail Gribkov
5761c4848f
Update CHANGELOG.md
2025-05-09 21:01:21 +03:00
Suiram1701
f1ff1913cf
Ensure the required gateway intent is available when connected to audio ( #3108 )
2025-05-09 20:54:28 +03:00
Mihail Gribkov
be8e6e0394
Component search fixes & improvements ( #3123 )
2025-05-09 20:54:08 +03:00
Mihail Gribkov
57cdec70bf
Fix Ids in ActionRowComponent and SelectmenuComponent ( #3122 )
2025-05-09 19:19:21 +03:00
Mihail Gribkov
4ab96c7721
yep ( #3121 )
2025-05-09 18:18:16 +03:00
Mihail Gribkov
c888c84752
use Color for container AccentColor & fix action row validation ( #3120 )
2025-05-09 15:01:11 +03:00
Mihail Gribkov
b72938028f
Add component => builder converters ( #3119 )
2025-05-09 13:13:25 +03:00
Mihail Gribkov
4760dc5efd
More CI updates
2025-05-09 01:21:30 +03:00
Mihail Gribkov
47ce77e572
meta 3.18.0-beta.1 ( #3117 )
...
* meta 3.18.0-beta.1
* :copium_truck1::copium_truck2::copium_truck3:
2025-05-09 01:03:56 +03:00
Mihail Gribkov
2c3e74dac9
fix metapacakge suffix (again)
2025-05-08 22:34:27 +03:00
Mihail Gribkov
1ce6c2d07d
fix metapacakge suffix
2025-05-08 22:00:26 +03:00
Mihail Gribkov
e5c49a7624
Add beta suffix support to metapackage as well ( #3116 )
2025-05-08 21:55:08 +03:00
Mihail Gribkov
8ff563f55d
Update nightly version format for metapackage
2025-05-08 21:34:13 +03:00
Mihail Gribkov
29dff786c2
Add manual dispatch to dotnet build ( #3115 )
2025-05-08 21:29:15 +03:00
Mihail Gribkov
2b6a9129c9
Fix NRE responding with a modal info class with null required fields ( #3114 )
2025-05-08 21:15:12 +03:00
Mihail Gribkov
d0a78d73f9
[CI] Add nuget beta build support ( #3113 )
2025-05-08 20:51:08 +03:00
Mihail Gribkov
c39849df43
more control over nightly feeds ( #3112 )
2025-05-08 20:22:15 +03:00
Mihail Gribkov
cc59e7dc7e
alter nightly package version format ( #3111 )
2025-05-08 20:15:37 +03:00
Mihail Gribkov
cc81669d83
CV2 Find component by id ( #3110 )
...
* Find components by id
* i love when CI fails cuz of xmldoc
2025-05-08 13:25:00 +03:00
Mihail Gribkov
348928a065
update component limits + add ComponentCount() extension ( #3107 )
2025-04-30 00:09:32 +03:00
Mihail Gribkov
05a0acc34c
[Fix] Providing multiple message flags fails to pass validations ( #3106 )
2025-04-27 13:55:33 +03:00
Mihail Gribkov
8686102d87
Reapply "[Feature] Components V2 ( #3065 )" ( #3100 ) ( #3104 )
...
This reverts commit d27bb49b2d .
2025-04-27 00:31:08 +03:00
Mihail Gribkov
25230f31cd
meta 3.17.4 ( #3102 )
2025-04-27 00:17:57 +03:00
Mihail Gribkov
ec0621a264
fix NRE introduced in 3.17.3 ( #3101 )
2025-04-27 00:14:36 +03:00
Mihail Gribkov
d27bb49b2d
Revert "[Feature] Components V2 ( #3065 )" ( #3100 )
...
This reverts commit ba78e0c1f0 .
2025-04-27 00:05:40 +03:00
Mihail Gribkov
ba78e0c1f0
[Feature] Components V2 ( #3065 )
...
* oh well. at least it runs
* well that's some breakings
* all the models (i think)
* barebones builder impl
* commit
* initial take on `WithX` component builder design
* actually usable stuff now
* few more changes
* fixes, changes, syntax sugar
* rework message flags + auto add `ComponentsV2`
* apparently it's also nullable
* fix build
* webhook component supports + builder validations + some xmldoc
* `ResolvedUnfurledMediaItem` + fix missing accessory on sections
* missing xmldoc
* fix modal + whatever change
* yeet unused dep
2025-04-26 23:40:03 +03:00
Mihail Gribkov
5e4a844adf
meat next ( #3098 )
2025-04-26 22:51:21 +03:00
Frederik P.
2da25f395a
Fix WriteSilentFramesAsync sending a partial frame at first ( #3094 )
...
* Implemented ClientDisconnect event for audio client.
* Added a method for sending silent frames.
* moved comment
* Added method summary.
+ removed changes to project file.
* Removed residual stuff remaining from previous edits.
* bunch of things
* Revert "bunch of things"
This reverts commit 292f23f4e1aabb26d2a3e5b9a2bdff8b5554635e.
* Update src/Discord.Net.WebSocket/Audio/Streams/OpusEncodeStream.cs
* Update src/Discord.Net.WebSocket/Audio/Streams/OpusEncodeStream.cs
* Update src/Discord.Net.WebSocket/Audio/Streams/OpusEncodeStream.cs
* fixed silent frames
---------
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
2025-04-26 22:41:47 +03:00
Suiram1701
a8523c5ebd
Fixed modals with value type properties ( #3091 )
...
* Fixed type reader/converter parsing exception
* Fixed modals with value types properties
* Made OverridesToString result lazy and store it
2025-04-26 22:40:21 +03:00
Spider
9b79f0b27b
Add handler for unknown Discord dispatch events ( #3088 )
2025-04-26 22:40:05 +03:00
Mihail Gribkov
0c3e7a861a
Refactor MentionedUsers in the SocketMessage ( #3096 )
2025-04-26 22:38:07 +03:00
Suiram1701
cce62747c9
Improved exception messages of builders ( #3092 )
...
* Fixed type reader/converter parsing exception
* Added the provided value to exceptions of some builders and, used more the Preconditions class.
* Removed unused `System.Xml.Linq` usings
2025-04-15 00:19:03 +03:00
Mihail Gribkov
649f52b491
[Feature] Per file attachement size limits ( #3090 )
...
* `SendFilesAsync` check file size per attachment instead of combined
* add `AttachmentSizeLimit` to interaction entites
2025-04-05 16:44:33 +03:00
ForceFK
fb90701149
Add size in CDN.GetGuildSplashUrl ( #3087 )
2025-03-31 21:32:57 +03:00
Suiram1701
88cfbe5453
Fixed type reader/converter parsing exception ( #3084 )
2025-03-28 20:12:29 +00:00
Mihail Gribkov
6f623a65e4
add missing gif sticker format ( #3081 )
2025-03-16 00:36:52 +03:00
Mihail Gribkov
3a40b586ab
Meta 3.17.2 ( #3077 )
...
* Update CHANGELOG.md
* Update NUGET_README.md cuz why not
* Update Discord.Net.targets
* Update Discord.Net.nuspec
* Update docfx.json
* Update CHANGELOG.md
2025-03-09 22:04:08 +03:00
Mihail Gribkov
54e841694e
Add empty service scopes ( #3078 )
2025-03-09 21:52:53 +03:00
Zach Goodson
41ad6aceac
Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public ( #3075 )
...
* Make GetShardFor(ulong guildId) public
* Make DiscordShardedClient.GetUserAsync() public
2025-03-09 21:09:06 +03:00
Mihail Gribkov
9c9407b7f4
[Feature] Add excludeDeleted argument to GetEntitlementsAsync ( #3074 )
...
* add `excludeDeleted` argument
* i love when it still builds locally somehow
2025-03-02 01:17:08 +03:00
Mihail Gribkov
aa66928c48
[Fix] SocketGuild.GetApplicationCommandAsync was fetching global commands ( #3073 )
2025-03-02 01:03:14 +03:00
Mihail Gribkov
d71fcb1a42
AutoServiceScopes strikes again ( #3072 )
2025-03-02 00:55:59 +03:00
Mihail Gribkov
6fb2a29351
add package lock files for | add prop in targets | update action ( #3071 )
...
* add package lock files for | add prop in targets | update action
* oh so you can use netfx reference assemblies even on windows
2025-03-02 00:14:44 +03:00
Mihail Gribkov
81e49f7e9e
cache nuget packages in the dotnet.yml action
2025-03-01 23:58:33 +03:00
mini
7fb537fd72
[Featured] Consider AutoServiceScopes in autocomplete handler executions ( #3068 )
...
* Add AutoServiceScopes to autocomplete handlers
* Fix disposing behavior
* Update AutocompleteHandler.cs
---------
Co-authored-by: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com >
2025-03-01 23:52:41 +03:00
Mihail Gribkov
5f6c26bf9c
Possibly fix mute & deaf state for guild users ( #3070 )
2025-02-27 21:36:59 +03:00