Matt Smith
69c734808d
Initial pass at making slash commands respond as expected
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
db2ead2d78
meta: bump code version
4 years ago
quin lynch
4f372cbb9f
meta: Update command and webhook package
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
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
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
quin lynch
ff08f34779
Comment updates and explicit conversions for SocketInteractionDataOption's
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
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
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
Still Hsu
4988a0764d
Update framework version for tests to Core 3.1 to comply with LTS
5 years ago
Still Hsu
e0f8737c35
Add initial StyleCops style enforcement
5 years ago
Still Hsu
8f8078e969
Update project link
5 years ago
Still Hsu
d761846638
Add updated libraries for LastModified
Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
5 years ago
Still Hsu
28a6f97d62
Update Docfx.Plugins.LastModified to v1.2.4
Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
5 years ago
Still Hsu
833ee42a1f
Cleanup GatewayReconnectException docs
5 years ago
Still Hsu
13a41f8754
Mark null as a specific langword in summary
5 years ago
Still Hsu
62539f0391
Move bulk deletes remarks from <summary> to <remarks>
5 years ago
Still Hsu
9ea3291ef1
Resolve inheritdocs warning
5 years ago
Still Hsu
38f6186cd0
Add missing asset
Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
5 years ago
Still Hsu
857ef77b41
Add new method of role ID copy
Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
5 years ago
Daniel Baynton
47f571ef1c
fix: SocketGuild.HasAllMembers is false if a user left a guild ( #1683 )
* Fix: HasAllMembers is false if a user left
* Fix: Correct boolean logic
5 years ago
vrachv
aacfea05ea
feature: Add max bitrate value to SocketGuild
* Update SocketGuild.cs
* Fix returns value docs
Signed-off-by: Still Hsu <dev@stillu.cc>
Co-authored-by: Still Hsu <dev@stillu.cc>
5 years ago
Joel Liechti
e385c40fc7
docs: Update summary of SocketVoiceChannel.Users ( #1714 )
The inherited summary incorrectly stated that all users who _see_ the channel are returned when in reality only the ones _connected_ are.
5 years ago
Paulo
9d7cb39faa
fix: Rollback Activities to Game ( #1702 )
5 years ago
Paulo
1e9b252e64
fix: Wrong author for SocketUserMessage.ReferencedMessage
5 years ago
Paulo
5ed01a30b6
fix: UserMentions throwing NullRef
5 years ago