Paulo
08507c0603
fix: ApiClient.CurrentUser being null ( #1864 )
4 years ago
quin lynch
f11109dc3d
Fix merge bugs
4 years ago
quin lynch
4d1036950f
Merge branch 'dev' into Interactions
4 years ago
quin lynch
078f11f62c
Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev
4 years ago
quin lynch
a0a341a960
meta: version bump
4 years ago
quin lynch
ad75f6cb7d
Fixed XML not being included in builds. Fixed Linq exception in SocketApplicationCommand.Update
4 years ago
quin lynch
da907b66cd
meta: bump version
4 years ago
quin lynch
b9efd98698
Closes #12 . Implemented MessageComponent to ReplyAsync
meta: bump versions from dev to minor
4 years ago
d4n3436
98027c387c
Add lambda
4 years ago
d4n3436
142f9cc485
Add missing bucket ids and RequestOptions in GetInteractionResponse()
4 years ago
Matt Smith
f64db8b745
Merge w/ Parent Interactions branch
4 years ago
Matt Smith
69c734808d
Initial pass at making slash commands respond as expected
4 years ago
quin lynch
ad611dcafa
meta: bump patch
4 years ago
quin lynch
dbc13d58b6
Fix null ref for emotes
4 years ago
quin lynch
31278377cd
Fix null ex
4 years ago
quin lynch
a5d2b33bcc
meta: bump versions
4 years ago
quin lynch
18d93a2192
Closes #5 . Added message components to ModifyMessageArgs, abstracted SocketInteraction for #8
4 years ago
quin lynch
f506b98780
Closes #6 . Closes #4 . Fix emote parsing, added components to socket and rest messages.
4 years ago
d4n3436
01594cf989
Fix check of content length in CreateInteractionResponse()
4 years ago
quin lynch
814dd777e7
meta: bump core, rest, and websocket version
4 years ago
quin lynch
edc0bf35ae
Add components to messages
4 years ago
quin lynch
1ce712c673
meta: update package for nuget
4 years ago
quin lynch
80ab30e12f
Component alpha build!
4 years ago
quin lynch
610bafca7a
Creating Message components
4 years ago
Evan Raffel
8ed8714375
fix: Grab correct Uses value for vanity urls ( #1832 )
4 years ago
Paulo
70aab6c4f6
fix: Remove obsolete methods and properties ( #1849 )
* Remove obsolete methods and properties
* Remove rest of GuildEmbed
* Remove TokenType.User
* Changes regarding the removal of the user tokentype
4 years ago
Paulo
7a201e9ff1
feature: Remove DM cache and fix references ( #1851 )
* Remove DM cache and fix references
* Move line back to where it was
4 years ago
Paulo
06a64b7877
feature: Bump API version to 9 ( #1847 )
* First changes to the config
* Lots of changes to fit the new version
* Remove PermissionTargetConverter
4 years ago
quin lynch
f368447729
Pull d.net/dev
Merged Discord.Net/dev into here
4 years ago
Zack Broderson
4c9910cf71
(ifcbrk) feature: Add ability to add/remove roles by id ( #1757 )
* Scaffold Add/Remove roles by id. (needs impl & docs)
* Add docs
* Add implementation
* Expose Add/Remove role endpoints
* Formatting
* Fix wrong method call
4 years ago
Paulo
365a848f7a
(ifcbrk) feature: Add ModifyMessageAsync to IMessageChannel ( #1830 )
4 years ago
Playwo
5b244f215b
feature: Add methods to interact with reactions without a message object ( #1828 )
4 years ago
NeKz
df23d57458
feature: Add GetEmotesAsync to IGuild ( #1781 )
4 years ago
Desmont
f67cd8ea55
feature: Webhook message edit & delete functionality ( #1753 )
* feature: Webhook message edit & delete functionality
* PR fixes: Rename Edit* to Modify*; Add more detailed docstrings; Small validation fixes
* Fix spacing around docstrings
* Make ModifyWebhookMessageParams.Content Optional<string>
* Change the Webhook message edit functionality to use a object delegate method instead providing the all parameters
Co-authored-by: Desmont <desmont@users.noreply.github.com>
4 years ago
Paulo
91a906397a
feature: Add stickers ( #1726 )
4 years ago
quin lynch
7e9ee8bb1e
Add RestFollowupMessage and RestInteractionMessage. Guild command permission routes Bug fixes and general improvements
4 years ago
quin lynch
350d0f91ff
default_permission props on create/modify appliaction command rest entities
4 years ago
quin lynch
ead960961b
Added flags to interaction response and webhook message. see https://discord.com/developers/docs/interactions/slash-commands#interaction-response-interactionapplicationcommandcallbackdata . Interaction response types 2 and 3 have been deprecated.
4 years ago
quin lynch
b631a11318
Fixed public setter in RestGuildCommand
4 years ago
Paulo
d41aeee4fe
fix: Audit log UserId can be null ( #1794 )
4 years ago
Alex Gravely
d2518db9a8
fix: Update Webhook ChannelId from model change ( #1791 )
4 years ago
NeKz
f794163ffa
fix: NullReferenceException in pin/unpin audit logs ( #1780 )
4 years ago
NeKz
6ac5ea1cbb
fix: Add ChannelType property to ChannelInfo audit log ( #1786 )
4 years ago
Paulo
2095701665
fix: Missing MessageReference when sending files
4 years ago
quin lynch
ff08f34779
Comment updates and explicit conversions for SocketInteractionDataOption's
5 years ago
quinchs
8b25c9bbfb
feature: Add GuildUser IsPending property ( #1731 )
* Implemented Pending property
* Implemented changes
5 years ago
Paulo
225550dc5a
feature: Add MessageFlags and AllowedMentions to message modify ( #1724 )
* feature: Add MessageFlags and AllowedMentions to Modify
* Change exception message
5 years ago
Paulo
c683b2901d
feature: Add user public flags ( #1722 )
5 years ago
Paulo
6a62c4770c
feature: Add role tags ( #1721 )
5 years ago
quin lynch
09f6f3439f
Added APPLICATION_COMMAND_DELETE, APPLICATION_COMMAND_UPDATE, and APPLICATION_COMMAND_CREATE gateway events.
Added SocketApplicationCommands, Added method in SocketGuild to fetch that guilds ApplicationCommands.
Tested all rest routes and fixed them accordingly.
Did more testing and I think its ready to go
5 years ago