Bob
65b98f8b12
Update xmldocs to reflect the ConnectedUsers split ( #2418 )
2022-08-15 13:34:17 -04:00
Cenk Ergen
e551431d72
Max/Min length fields for ApplicationCommandOption ( #2379 )
...
* implement max/min length fields for ApplicationCommandOption
* fix badly formed xml comments
2022-08-03 16:44:30 +03:00
d4n
1eb42c6128
fix: Issues related to absence of bot scope ( #2352 )
2022-08-03 11:17:43 +02:00
Alex Thomson
ba02416421
fix: DisconnectAsync not disconnecting users ( #2346 )
2022-08-02 11:26:34 +02:00
Armano den Boef
902326d1f3
fix: Range of issues presented by analyzer ( #2404 )
2022-08-01 18:53:22 +02:00
zaanposni
cfd2662963
docs: ChannelUpdated event xml comment ( #2366 )
2022-08-01 17:43:11 +02:00
Armano den Boef
a663f61a86
fix: Webhookupdated data naming
2022-08-01 17:41:25 +02:00
CottageDwellingCat
010e8e828f
feat: Support the WEBHOOKS_UPDATED event ( #2384 )
...
Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com >
2022-08-01 17:38:10 +02:00
d4n
35db22e527
feat: Add support for attachments on interaction response type 7 ( #2336 )
...
* Add support for attachments on interaction response type 7
* Add missing checks
2022-06-02 10:19:28 -03:00
Quin Lynch
7adf516b20
fix: Disable TIV restrictions for rollout of TIV ( #2342 )
2022-06-02 10:18:27 -03:00
Quin Lynch
e1f9b768ae
fix: NRE with Cacheable.DownloadAsync() ( #2331 )
2022-05-27 08:25:17 -03:00
d4n
d3a693ab67
feature: Add missing interaction properties ( #2325 )
2022-05-25 06:12:03 -03:00
Quin Lynch
88f6168eeb
fix: NRE with bot scope and user parameters ( #2320 )
2022-05-24 02:47:03 -03:00
Quin Lynch
7a07fd62e4
feature: Forum channels ( #2316 )
...
* initial implementation
* Update SocketForumChannel.cs
* rest forum channel and remove message builder for 4.x
* Update src/Discord.Net.Core/DiscordConfig.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
* Update src/Discord.Net.Core/DiscordConfig.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Channels/IForumChannel.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
2022-05-24 02:30:25 -03:00
sabihoshi
f47f3190d0
fix: Use IDiscordClient.GetUserAsync impl in DiscordSocketClient ( #2319 )
2022-05-24 02:29:16 -03:00
Armano den Boef
1f01881beb
feature: Add DefaultArchiveDuration to ITextChannel ( #2295 )
2022-05-18 04:51:37 -03:00
Nhea
b333de2237
feature: add UpdateAsync to SocketModal ( #2289 )
2022-05-13 21:59:38 -03:00
Quin Lynch
23656e844e
feature: Text-In-Voice ( #2269 )
...
* Initial implementation
* Remove blocking webhooks
* add safeguard for tiv
* fix tests
2022-05-09 22:57:28 -03:00
Quin Lynch
e136759073
feature: Treat warnings as errors and set warning level to 5 ( #2270 )
2022-05-09 22:56:22 -03:00
moiph
0ec8938a67
feature: Support FailIfNotExists on MessageReference ( #2283 )
...
Fixes #2282
2022-05-09 22:55:17 -03:00
Quin Lynch
f2bb55e804
fix: null user on interaction without bot scope ( #2271 )
2022-04-30 19:02:57 -03:00
Cenk Ergen
a8f607553b
fix: Permissions v2 Invalid Operation Exception ( #2267 )
...
* implement fix
* implement fix
2022-04-29 11:53:14 -03:00
Quin Lynch
d98b3cc495
feature: V2 Permissions ( #2222 )
...
* Initial V2 permissions
* add perms-v2 attributes and properties, add deprecation messages
* add perms-v2 properties to command info classes
* add perms-v2 fields to Rest/SocketApplicationCommand entities and IApplicationCommand
* fix json name of DmPermission field
Co-authored-by: Cenngo <cenk.ergen1@gmail.com >
2022-04-28 08:47:52 -03:00
Cenk Ergen
4ce1801bdf
feature: Passing CustomId matches into contexts ( #2136 )
...
* add logic for passing the wild card captures into the context
* move concrete impl of IRouteSegmentMatch to internal
* Apply suggestions from code review
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* fix build errors
* Apply suggestions from code review
Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com >
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com >
2022-04-27 11:09:30 -03:00
Alex Thomson
275b833205
Fix browser property ( #2254 )
2022-04-27 11:07:35 -03:00
Alex Thomson
daba58cdd4
Fix SocketGuild not returning the AudioClient ( #2248 )
2022-04-18 03:52:32 -03:00
Armano den Boef
d8757a5afa
feature: Update bans to support pagination ( #2223 )
...
* Cacheless impl
* Ignore cache impl
* Update src/Discord.Net.Core/Entities/Channels/Direction.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Channels/Direction.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Channels/Direction.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
* Implement xmldoc consistency
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com >
2022-04-05 14:13:16 -03:00
Quin Lynch
bfd0d9bede
fix: GuildMemberUpdated cacheable before entity incorrect ( #2225 )
2022-04-04 19:17:18 -03:00
Armano den Boef
e38104bb32
feature: Make bidirectional formatting optional ( #2204 )
...
* Init
* Clearing up comment on config entry.
* Update user entities to remove storage of the setting
Co-authored-by: Quin Lynch <lynchquin@gmail.com >
2022-04-04 18:21:11 -03:00
Armano den Boef
8522447c27
Fix gateway interactions not running without bot scope. ( #2217 )
...
* Init
* Implement public channelId
2022-04-04 18:16:13 -03:00
Armano den Boef
c4131cfc8b
Fix: ShardedClients not pushing PresenceUpdates ( #2219 )
2022-03-31 16:24:36 -03:00
FeroxFoxxo
305d7f9e13
Fix: Integration model from GuildIntegration and added INTEGRATION gateway events ( #2168 )
...
* fix integration models; add integration events
* fix description on IGUILD for integration
* fix typo in integration documentation
* fix documentation in connection visibility
* removed public identitiers from app and connection
* Removed REST endpoints that are not part of the API.
* Added documentation for rest integrations
* added optional types
* Fixed rest interaction field with not being IsSpecified
2022-03-26 09:52:31 -03:00
Armano den Boef
d48a7bd348
Fix: serialization error on thread creation timestamp. ( #2188 )
2022-03-26 09:45:54 -03:00
d4n
741ed809d6
Add missing methods to IComponentInteraction ( #2201 )
2022-03-26 09:44:13 -03:00
Armano den Boef
82473bce69
Update GuildMemberUpdated comment regarding presence ( #2193 )
2022-03-26 09:43:16 -03:00
Quin Lynch
25aaa4948a
fix: thread owner always null ( #2182 )
2022-03-09 17:29:24 -04:00
Quin Lynch
f8ec3c79c2
Fix/ambigiuous reference ( #2181 )
...
* fix: Ambigiuous reference when creating roles
* Update RestGuild.cs
2022-03-09 17:29:10 -04:00
Quin Lynch
24b7bb593a
Fix: sharded client logout ( #2179 )
2022-03-09 17:28:46 -04:00
MrCakeSlayer
1ba96d6fbd
Add configuration toggle to suppress Unknown dispatch warnings ( #2162 )
2022-03-02 21:30:17 -04:00
CottageDwellingCat
1fb62de14b
Support Sending Message Flags ( #2131 )
...
* Add message flags
* Add webhook message flags
2022-03-02 19:23:27 -04:00
Quin Lynch
b3370c33e2
Fix usage of CacheMode.AllowDownload in channels ( #2154 )
...
Co-Authored-By: ✨ <25006819+sabihoshi@users.noreply.github.com >
Co-authored-by: ✨ <25006819+sabihoshi@users.noreply.github.com >
2022-03-02 19:22:59 -04:00
Quin Lynch
6bf5818e72
Add IsInvitable and CreatedAt to threads ( #2153 )
...
* 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 >
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com >
2022-03-02 19:22:29 -04:00
Quin Lynch
1dc473c7e4
Add Image property to Guild Scheduled Events ( #2151 )
...
* Add Image property to create and modify events
* Add CDN routes to get cover image
* Update banner names
* Update CDN.cs
* Update IGuildScheduledEvent.cs
2022-03-02 19:22:08 -04:00
Quin Lynch
5594739135
Clarify Users property on SocketGuildChannel ( #2149 )
2022-03-02 16:43:33 -04:00
EpicOfficer
8bcd3da9e4
Add self_video to VoiceState ( #2137 )
...
* Add self_video to VoiceState
* Update selfVideo flag
2022-03-02 16:27:29 -04:00
d4n
f601e9bc34
Fix context menu comand message type ( #2128 )
2022-03-02 15:06:29 -04:00
Quin Lynch
84eeb780d1
Revert "Fixes unused creation of REST clients for DiscordShardedClient shards. ( #2109 )" ( #2116 )
...
This reverts commit 6039378c52 .
2022-02-16 10:43:04 -04:00
Armano den Boef
1ffe9eeca9
Add DisplayAvatar to IGuildUser ( #2115 )
2022-02-16 09:49:55 -04:00
Armano den Boef
abfba3c4bb
Add DisplayName property to IGuildUser. ( #2107 )
2022-02-16 07:52:08 -04:00
Armano den Boef
6039378c52
Fixes unused creation of REST clients for DiscordShardedClient shards. ( #2109 )
...
* Init
* Remove unnecessary length check
* Swap out for any check
* Final; Check if parentclient was passed
2022-02-16 07:51:15 -04:00