quin lynch
f6296330fe
Add new thread creation properties
4 years ago
Quin Lynch
9cc7d2deaa
Implement Better Discord Errors ( #291 )
* Initial error parsing
* Implement better errors
* Add missing error codes
* Add voice disconnect opcodes
* Remove unused class, add summaries to discordjsonerror, and remove public constructor of slash command properties
* Add error code summary
* Update error message summary
* Update src/Discord.Net.Core/DiscordJsonError.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
* Update src/Discord.Net.WebSocket/API/Voice/VoiceCloseCode.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
* Fix autocomplete result value
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
4 years ago
quin lynch
c5b8d07378
Add UseInteractionSnowflakeDate to config #286
4 years ago
quin lynch
3c96381bb5
Add `GuildScheduledEventUserAdd` and `GuildScheduledEventUserRemove` to sharded client
4 years ago
quin lynch
dea7ba9655
Remove newline
4 years ago
quin lynch
790187752c
Add GUILD_SCHEDULED_EVENT_USER_ADD and GUILD_SCHEDULED_EVENT_USER_REMOVE ( #287 )
4 years ago
Quin Lynch
e41e1a15c5
Add Guild Scheduled Events ( #279 )
* guild events initial
* sharded events
* Add new gateway intents and fix bugs
* More work on new changes to guild events
* Update guild scheduled events
* Added events to extended guild and add event start event
* Update preconditions
* Implement breaking changes guild guild events. Add guild event permissions
* Update tests and change privacy level requirements
* Update summaries and add docs for guild events
4 years ago
Cenk Ergen
2cb0a010d6
Interaction Specific Interfaces ( #283 )
* added interaction specific interfaces
* fix build error
* implement change requests
4 years ago
quin lynch
32f5661a94
Implement rest based interactions. Added ED25519 checks. Updated summaries.
4 years ago
quin lynch
a094be5b71
Change default sticker behavior and add AlwaysResolveSticker to the config
4 years ago
CottageDwellingCat
8e5e360103
Support Min and Max values on ApplicationCommandOptions ( #273 )
* Support Min and Max values on ApplicationCommandOptions
* Support decimal min/max values
* Docs imrpovments + use ToNullable
4 years ago
quin lynch
fd28b615db
Multi file upload + attachment editing
4 years ago
CottageDwellingCat
8abc9b4360
Add state checking to ConnectionManager.StartAsync ( #272 )
4 years ago
quin lynch
bceeab2d0c
Guild feature revamp and smart gateway intent checks
4 years ago
quin lynch
146859ad2a
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
9e4b085b26
Remove log for reconnect
4 years ago
CottageDwellingCat
caaad5e4a0
Support Guild Boost Progress Bars ( #262 )
* Support Guild Boost Progress Bars
* Update SocketChannel.cs
* Fix non-optional and unnecessary values.
* Spelling
* Reordering and consistency.
4 years ago
Liege72
244fcb9d1f
Removed BannerId and AccentColor ( #260 )
* Removed BannerId property, GetBannerURL method, and AccentColor property from IUser and socket entities.
* Fixed errors in IUser.cs
* Added back summary for GetAvatarUrl method in IUser.cs
4 years ago
quin lynch
01718fac41
Update GUILD_JOIN_REQUEST_DELETE event
4 years ago
quin lynch
6092c428dd
Fix followup with file overwrite having incorrect parameter locations
4 years ago
MrCakeSlayer
501ff9d0f9
animated guild banner support ( #255 )
4 years ago
Will
dd3214d279
Added support for GUILD_JOIN_REQUEST_DELETE event ( #253 )
Fixes #247
4 years ago
quin lynch
8f9eb07206
Fix non value type options not being included in autocomplete
4 years ago
quin lynch
796d94dcf8
feature: guild avatars, closes #238
4 years ago
quin lynch
830399fc7b
Revert received at time, confirmed by discord staff to be accurate
4 years ago
quin lynch
62e38c9e9c
Fix #239
4 years ago
quin lynch
a862507630
Add response check to socket auto complete
4 years ago
quin lynch
4c9b396fcc
Implement checks for interaction respond times and multiple interaction responses. closes #236 , #235
4 years ago
Emily
ae3f60bcde
Fix SocketSlashCommandData access modifier. ( #237 )
Fixes #229
4 years ago
Emily
fda95c7b70
Fix assignment of UserMentions ( #233 )
4 years ago
quin lynch
978b3cdae4
Update package ids
4 years ago
quin lynch
81d31cae13
Deprecate old package definitions in favor for target file
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
4 years ago
quin lynch
6cfbb59e80
Fix logo reference for azure
4 years ago
quin lynch
d4ee375ce3
Update package logos
4 years ago
quin lynch
799fa91843
Remove old package configs and update image
4 years ago
quin lynch
6533a2ad36
Add IMessage.Interaction
4 years ago
d4n
1cf5c8f57e
General cleanup ( #223 )
* General cleanup
* Add Async suffix to SendAutocompleteResult
* Fix more formatting
* Fix unused RequestOptions in GetActiveThreadsAsync
* Add message to ArgumentNullException
4 years ago
quin lynch
06eefa790c
Refactor summaries and boolean property names
4 years ago
quin lynch
596ac746b6
Rename Default and Required to IsDefault and IsRequired in IApplicationCommandOption. Rename DefaultPermission to IsDefaultPermission in IApplicationCommand
4 years ago
quin lynch
2f19d575b8
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
96b816e256
Rename Available to IsAvailable in stickers
4 years ago
Quin Lynch
0f681ca172
Remove Console.WriteLine
4 years ago
quin lynch
87af1212c4
meta: add net5 framework
Co-Authored-By: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
4 years ago
d4n3436
190e9eb02d
Remove file extension check ( #218 )
4 years ago
quin lynch
b828dd6866
Fix system messages not including mentioned users. Added ContextMenuCommand message type
4 years ago
CottageDwellingCat
3559c277fe
Add channel types in application command options. ( #217 )
* add channel types in application command options
* Indent Docs
4 years ago
Simon Hjorthøj
dc7e02fe1d
Followup with file async warnings ( #216 )
* Changed from NotNullOrWhitespace to NotNullOrEmpty
* Added NotNullOrEmpty on filename
* Added system to interpret from the path
* Added a check for if it contains a period
* It has been done, how ever it will break stuff
* Changed to use ??= how ever still added error check
* Added space under check
* Changed from with a period to valid file extension
* Added checks for SendFileAsync
* Removed filename != null &&
4 years ago
Simon Hjorthøj
90986e991d
Spelling corrections ( #215 )
4 years ago
marens101
34748c86c5
Add event for autocomplete interaction ( #214 )
4 years ago
Emily
c073db1cec
Clean Content Expanded ( #212 )
* Implement CleanContent In IMessage & RestMessage
* Update Spelling and Documentation
* Add SanatizeMessage to MessageHelper and Refactor Rest and Socket Message
4 years ago