Paulo
de7f9b5eff
fix: Add missing AddRef and related ( #1859 )
4 years ago
Quin Lynch
8c414a5faa
Merge pull request #9 from MTDCodes/BasicSlashCommandResponseFunctionality
Initial pass at making slash commands respond as expected
4 years ago
Matt Smith
1a2753d257
Addition of required library missed in merge
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
Paulo
8b29e0feb4
fix: MessageUpdated without author ( #1858 )
4 years ago
quin lynch
75b10e9195
Fix incorrect URL checks
4 years ago
Paulo
d176fef5de
fix: Fire GuildMemberUpdated without cached user ( #1853 )
4 years ago
Paulo
a7ff6ce0ec
fix: Gateway events for DMs ( #1854 )
* Fix MessageUpdate when there's no channel cached
* Fix message events
* Fix cacheable type
* Fix examples
* Revert MessageUpdated
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
6203c48c11
Added documentation for all the new classes
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
Quin Lynch
3b54bb2bb0
Merge pull request #7 from d4n3436/Interactions
Fix content length check in CreateInteractionResponse()
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
9eb684a242
meta: update core version
4 years ago
quin lynch
b8ba5b94c8
Added more enforcement checks on builder. Closes #3
4 years ago
Quin Lynch
783a2d05ff
Update README.md
4 years ago
quin lynch
db2ead2d78
meta: bump code version
4 years ago
quin lynch
4f372cbb9f
meta: Update command and webhook package
4 years ago
Quin Lynch
79a12c4e4e
Update README.md
4 years ago
quin lynch
569f37d284
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
a75f8a21f1
#2 Add check for url button types as well as add static builders
4 years ago
Quin Lynch
2e9c6df7b5
Update README.md
4 years ago
Quin Lynch
9a81f02cda
Update README.md
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
Paulo
dfaaa21e0e
misc: Internal change to GetOrCreateUser ( #1852 )
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
ed8e57320a
feature: Remove obsolete sync voice regions methods and properties ( #1848 )
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
95bae786b8
fix: Create DM channel with id and author alone ( #1850 )
* Create DM channel with id and author alone
* Unneeded cast
4 years ago
Joe4evr
75b74e1a3f
Fix line about PriorityAttribute ( #21 )
Sorting with the highest number first is *de*scending order.
4 years ago
Tsathoggua of Nkai
76a878a3e1
Update EmbedBuilder.Overwrites.md ( #20 )
Missing "," in the EmbedBuilder code. Do I get the pedantic unlocked now?
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
Paulo
690bc3ff9d
meta: Bump version to 3.0.0-dev ( #1846 )
4 years ago
Paulo
2ad0f0c2fe
meta: 2.4.0 ( #1845 )
4 years ago
Max
4b8d4441c5
feature: Add Discord Certified Moderator user flag ( #1844 )
This pull request adds the Discord Certified Moderator badge flag to the User Flags
PR in discord-api-docs: https://github.com/discord/discord-api-docs/pull/2946
4 years ago
Quin Lynch
0bdede8bc3
Update README.md
4 years ago
quin lynch
f368447729
Pull d.net/dev
Merged Discord.Net/dev into here
4 years ago
moiph
8afef8245c
fix: Cached message emoji cleanup at MESSAGE_REACTION_REMOVE_EMOJI ( #1835 )
MESSAGE_REACTION_REMOVE_EMOJI events were triggering REST calls by invoking `RemoveAllReactionsForEmoteAsync` instead of `RemoveReactionsForEmote`, the latter being to handle cached message state cleanup.
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