NeKz
df23d57458
feature: Add GetEmotesAsync to IGuild ( #1781 )
4 years ago
Waterball
0715d7db96
Feature: Add missing property to MESSAGE_REACTION_ADD event ( #1801 )
* Add guild member property for reaction
* Use the guild member provided by the event when present
4 years ago
Waterball
6aff419edd
misc: Fix spelling in SnowflakeUtils.FromSnowflake ( #1800 )
```diff
--- geenrated
+++ generated
```
4 years ago
Yeba
25b04c4a97
misc: Remove URI check from EmbedBuilder ( #1778 )
`Uri.IsWellFormedUriString()` doesn't return the expected result for specific urls, removed until the DotNet team actually resolves it ( https://github.com/dotnet/runtime/issues/21626 )
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
Paulo
c21cf48be3
meta: Bump version to 2.4.0-dev ( #1827 )
4 years ago
PoofImaFox
86dc89e821
Fix error in example. ( #1807 )
4 years ago
Paulo
452f2dca7c
Remove foxbot.me docs link
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
quin lynch
4f9b48c417
Fix invalid parsing of the name field on `SocketInteractionDataOption`. Changed `Member` to `User` on SocketInteraction.
4 years ago
quinchs
eabf270eac
Fix slash command doc
4 years ago
Paulo
1b64d19c84
meta: 2.3.1 ( #1795 )
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
Paulo
51b7afe2a6
misc: Add remark regarding CustomStatus as the activity ( #1774 )
* Throw exception with CustomStatus
* Add remark instead of exception
* Change wording
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
webmilio
b5ae0d8560
Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev
4 years ago
Antonio Zdravkov Nikolov
0fc713a897
fix: Private methods aren't added as commands ( #1773 )
Fix breaking change introduced by #1521
4 years ago
Yeba
73e5cc2fbc
fix: Deadlock in DiscordShardedClient when Ready is never received ( #1761 )
* fixed a deadlock in DiscordShardedClient during a failed Identify due to InvalidSession
* fixed log
* Don't wait ready before releasing semaphore
Co-authored-by: Paulo <pnmanjos@hotmail.com>
4 years ago
Paulo
83e88f4fb9
meta: Bump version to 2.3.1-dev
4 years ago
Paulo
6bb54577ab
meta: 2.3.0
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
Paulo
5934c7949a
misc: VoiceRegions and related changes ( #1720 )
5 years ago
quinchs
18ffc40e54
Create application-commands.md
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
Paulo
4a7f8fec93
fix: Move and fix internal AllowedMentions object ( #1727 )
5 years ago
Paulo
a4d32d366d
fix: IMessage.Embeds docs remarks
5 years ago
Still Hsu
accd3510df
docs: Add alternative documentation link
5 years ago
quin lynch
a0f9646235
Get, modify, and delete Guild/Global commands,
New Rest entities: RestApplicationCommand,RestGlobalCommand, RestGuildCommand, RestApplicationCommandOption, RestApplicationCommandChoice, RestApplicationCommandType.
Added public methods to the RestClient to fetch/create/edit interactions.
5 years ago
Fyers
dd2e524ff9
fix: Invite and InviteMetadata properties ( #1639 )
* fixes #1495
* keep obsolete properties and return types for compatibility
* missing properties for SocketInvite
* Restore xml docs and change obsolete message
Co-authored-by: Paulo <pnmanjos@hotmail.com>
5 years ago
quin lynch
07964ac021
Merge branch 'Interactions' of https://github.com/quinchs/Discord.Net into Interactions
5 years ago
quin lynch
670bd92383
Working version of Interactions. All public classes/members now have correct documentation. Added AlwaysAcknowledgeInteractions to the socket client config
5 years ago
quinchs
c322824fb5
Merge branch 'dev' into Interactions
5 years ago
quin lynch
fae3fbeda8
Worked on more rest routes for responding to application commands. Worked on SocketInteraction
5 years ago
Still Hsu
36de7b25f3
Temporarily disable StyleCops until all the fixes are impl'd
5 years ago
quin lynch
27efb7d30d
Fixed couple of unfinished properties
5 years ago
quin lynch
d35ba91312
Rest features for ApplicationCommands
5 years ago
Still Hsu
a48e46de52
docs: Fix the missing "In This Article" section
5 years ago
Still Hsu
2cd1880228
docs: Add minor tweaks to DiscordSocketConfig docs strings
5 years ago
Still Hsu
e31cdc7586
docs: Fix MaxWaitBetweenGuildAvailablesBeforeReady docs string
Signed-off-by: Still Hsu <dev@stillu.cc>
5 years ago