PoolPirate
3ff8548e1e
Add Audit Log Data classes for Threads ( #301 )
* Add ThreadDeleteAuditLogData
* Add ThreadCreateAuditLogData
* Fix ThreadCreateAuditLogData using old instead of new value
* Create ThreadInfo Class
* Fix Thread not being a property
* Add ThreadUpdateAuditLogData
* Cleanup usings
* Add RateLimit to ThreadAuditLogData classese
Co-authored-by: Playwo <eliaswolf2001@t-online.de>
4 years ago
quin lynch
ca101c5c2b
Update property names and summaries
4 years ago
quin lynch
6927914277
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
2d20a84a8f
meta: bump version
4 years ago
Quin Lynch
71e03acb2f
Initial fix ( #297 )
4 years ago
quin lynch
fd9b37dfe2
Fix precondition checks. Closes #281
4 years ago
quin lynch
319ae50efd
Fix mocked text channel
4 years ago
quin lynch
cd993a6d72
Add role emoji. Fixes #295
4 years ago
quin lynch
f6296330fe
Add new thread creation properties
4 years ago
Dennis Fischer
758175793a
Change the minimum length of slash commands to 1 ( #284 )
* Change the minimum length of slash commands to 1. This is the correct value according to the docs and it has been changed after user feedback.
* Fix the limit in 3 other places
Co-authored-by: quin lynch <lynchquin@gmail.com>
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
c908f1407f
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
1cfa7040f3
Implement smarter rest resolvable interaction data. Fixes #294
4 years ago
exsersewo
614a96be6e
Fix Components not showing on FUWF ( #288 ) ( #293 )
Adds Components to Payload JSON Generation
4 years ago
d4n
b5baa95d9a
Make RestUserCommand public ( #292 )
4 years ago
quin lynch
3c96381bb5
Add `GuildScheduledEventUserAdd` and `GuildScheduledEventUserRemove` to sharded client
4 years ago
quin lynch
6088859a78
meta: bump versions
4 years ago
quin lynch
b8218a058b
Fix autocomplete result value
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
89e783ffec
meta: bump version
4 years ago
quin lynch
a01a025c5c
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
e5963126f1
Fix #289 and add configureawaits to rest based interactions
4 years ago
Armano den Boef
f7a0311c5b
Increment meta version ( #285 )
* Increment meta version
* Update docfx.json
4 years ago
quin lynch
7c615cbb29
meta: bump version
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
quin lynch
c0c253e206
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
9dd4ed2cbf
Update application
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
de59f5a08a
Update summaries on rest interactions
4 years ago
quin lynch
cee64e0026
Add voice region to modify voice channels
4 years ago
Floowey
de404b2df9
Fix maximum number of Select Menu Options ( #282 )
As of https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-menu-structure the maximum number of options is 25, not less than 25. Hopefully the change catches all necessary locations
4 years ago
CottageDwellingCat
37d9bb3ddd
Automatically fix ordering of optional command options ( #276 )
* auto fix optional command option order
* clean up indentation
4 years ago
quin lynch
1a97d4f671
Update package logo
4 years ago
quin lynch
32f5661a94
Implement rest based interactions. Added ED25519 checks. Updated summaries.
4 years ago
quin lynch
3299cb7695
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
a094be5b71
Change default sticker behavior and add AlwaysResolveSticker to the config
4 years ago
Armano den Boef
14672e1229
Logomark, doc settings edit ( #258 )
* Logomark, doc settings edit
* Replace standard logo
* Bumping docfx plugins to latest release
* Bump version metadata
* Logo svg fix
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
85b9f4f96a
Update CHANGELOG.md
4 years ago
quin lynch
a7896e0cf6
Update CHANGELOG.md
4 years ago
quin lynch
69a6b4de6a
meta: bump versions
4 years ago
quin lynch
fd28b615db
Multi file upload + attachment editing
4 years ago
quin lynch
c349643a17
initial interface changes
4 years ago
CottageDwellingCat
8abc9b4360
Add state checking to ConnectionManager.StartAsync ( #272 )
4 years ago
quin lynch
8439019f92
Fix numeric type check for options
4 years ago
KeylAmi
ef4aa62363
Amend creating slash command guide ( #269 )
* Adding BotHTTPInteraction user flag
* Added comments explaining the Global command create stipulations.
4 years ago
quin lynch
4ceccbe9a3
Get thread user implementation
4 years ago
quin lynch
bceeab2d0c
Guild feature revamp and smart gateway intent checks
4 years ago