quin lynch
ad7bbacf36
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
d589e7deea
Fix #300
4 years ago
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
cd993a6d72
Add role emoji. Fixes #295
4 years ago
quin lynch
f6296330fe
Add new thread creation properties
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
d4n
b5baa95d9a
Make RestUserCommand public ( #292 )
4 years ago
quin lynch
e5963126f1
Fix #289 and add configureawaits to rest based interactions
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
quin lynch
32f5661a94
Implement rest based interactions. Added ED25519 checks. Updated summaries.
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
quin lynch
4ceccbe9a3
Get thread user implementation
4 years ago
quin lynch
bceeab2d0c
Guild feature revamp and smart gateway intent checks
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
MrCakeSlayer
501ff9d0f9
animated guild banner support ( #255 )
4 years ago
quin lynch
6cc4e65ae4
feature: modify role icons
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
4c9b396fcc
Implement checks for interaction respond times and multiple interaction responses. closes #236 , #235
4 years ago
Emily
33a96ab8d9
Fix CleanContent ( #231 )
4 years ago
quin lynch
6533a2ad36
Add IMessage.Interaction
4 years ago
quin lynch
266a9c89c9
Ephemeral attachments
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
19d1c41056
Fix different rest channels not deserializing properly
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
96b816e256
Rename Available to IsAvailable in stickers
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
quin lynch
6112bc2677
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
a20b2b6ee7
Stage instance audit logs as well as thread audit log 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
quin lynch
5b9203f4e0
Remove null collections
4 years ago
Simon Hjorthøj
90986e991d
Spelling corrections ( #215 )
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
Will
42b693c8eb
Add Icons to IRole ( #204 )
* Added icon field to IRole
* Added GetGuildRoleIconUrl()
4 years ago
Will
7cabcc787a
Changed minimum slash command name length to 1 per Discord API docs ( #198 )
4 years ago
d4n3436
bc8c960e5a
Add support for sending files with multiple embeds ( #196 )
* Add support for sending files with multiple embeds
* Simplify prepending single embed to embed array
4 years ago
Simon Hjorthøj
a4c024aa13
Use 'switch' expression ( #187 )
* Use 'switch' expression
* Reverted it to the old switch case
4 years ago