Quin Lynch
ea449dbf5c
Merge pull request #39 from lhjt/Interactions
Add slash command delete operations
4 years ago
Jared L
1dd5e97fe6
Add slash command delete operations
- Create `DeleteAllGlobalCommandsAsync`
- Create `DeleteSlashCommandsAsync`
Co-Authored-By: Quin Lynch <49576606+quinchs@users.noreply.github.com>
4 years ago
Quin Lynch
98f8a228d5
Merge pull request #38 from lhjt/patch-1
Update 03-responding-to-slash-commands.md
4 years ago
Jared L
2c9958e754
Update 03-responding-to-slash-commands.md
Updated minor spelling and grammar issues.
4 years ago
Quin Lynch
e59b835540
Update README.md
4 years ago
Quin Lynch
3c04b693a7
Update 06-subcommands.md
4 years ago
Quin Lynch
2404143722
Update 06-subcommands.md
4 years ago
Quin Lynch
fa5cc9adaf
Update 06-subcommands.md
4 years ago
Quin Lynch
794ae13b1c
Update 07-choice-slash-command.md
4 years ago
Quin Lynch
8cab0f90e7
Update 06-subcommands.md
4 years ago
Quin Lynch
a50fe6689b
Update README.md
4 years ago
Quin Lynch
c18c799aca
Update README.md
4 years ago
quin lynch
8800ed8f95
Slash commands docs part 1
4 years ago
quin lynch
1de660a478
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
8e507915e3
Finished command permissions as well as bug fixes
4 years ago
Quin Lynch
d7325a116f
Merge pull request #34 from MrCakeSlayer/Interactions
Update component/interaction examples
4 years ago
MrCakeSlayer
5e31eb12a6
Include addition vars for selection dropdowns
4 years ago
MrCakeSlayer
7d6224b558
Update examples
4 years ago
Quin Lynch
118edf3657
Merge pull request #33 from MrCakeSlayer/patch-1
Add new channel type IDs
4 years ago
Quin Lynch
ba254a772d
Rename SticketFormatType.cs to StickerFormatType.cs
4 years ago
MrCakeSlayer
48e6070ab9
Add new channel type IDs
4 years ago
quin lynch
ab3656b2a5
Fix unoptional property in slash commands
4 years ago
quin lynch
99a2204c43
Update optionals in models regarding slash commands
4 years ago
quin lynch
32f0e4a7e1
Fix Linq null in slash command data
4 years ago
Quin Lynch
d18b649ef4
Merge pull request #31 from djthegr8/patch-1
Docs: fixed docs for AlwaysAcknowledgeInteractions
4 years ago
DJ
f8ebcabf7d
Docs: fixed docs for AlwaysAcknowledgeInteractions
4 years ago
quin lynch
7e5856024a
meta: xml update
4 years ago
quin lynch
468fac82e6
Add inheritdoc comment to application command
4 years ago
quin lynch
4b3deeac9b
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
e4d0e29885
Fix #25
4 years ago
Quin Lynch
fc0e18f87e
Merge pull request #29 from MrCakeSlayer/patch-1
Update embed description max length
4 years ago
quin lynch
c6c4bc57d2
Merge branch 'dev' into Interactions
4 years ago
quin lynch
c1ea88d385
Added resolved models to slash command values, fixed slash command CreatedAt property. Fixed incorrect operator for IsValid on slash commands.
4 years ago
quin lynch
14ba3caa6e
Fix bugs regarding component builder and slash commands. Also fixed mismatched param names in the slash command builder
4 years ago
quin lynch
a1fd2a61e4
Fixed potential null ref in builder
4 years ago
quin lynch
3f86e61047
Added select menus
This comit addds support for select menu message components defined at https://discord.com/developers/docs/interactions/message-components#select-menus .
Added 2 new converters: InteractionConverter and MessageComponentConverter. These converters are responsible for resolving the API type given some condition.
Added new core interface for representing Interaction Data, this is used in part with the InteractionConverter to parse the data to the respective types.
Updated the way gateway converting is done with interactions. The Interaction payload was moved from the API.Gateway namespace to API, as the interaction object is not websocket specific. The socket entities no longer try to parse the interaction models data to a JToken to desterilize since the data is now parsed to the correct model by the contract resolver.
4 years ago
quin lynch
babda495ad
Complete merge of upstream/dev
4 years ago
quin lynch
6bdd873c0d
Fix duplicate method
4 years ago
quin lynch
ba8b9aee8a
Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev
4 years ago
quin lynch
b394987d77
Added resolved entity support (untested), closes #21 . Added GetOriginalResponseAsync to SocketInteraction. Fixed a few null bugs
4 years ago
MrCakeSlayer
8c6bf305a1
Update embed description max length
See Discord API docs for reference: https://discord.com/developers/docs/resources/channel#embed-limits
4 years ago
Paulo
22bb1b02dd
fix: Rest message type ( #1877 )
4 years ago
Paulo
ac52a11d89
fix: Message type ( #1876 )
* Fix message type
* Remove type from system entity
4 years ago
Paulo
7cf84995b2
fix: Remove OperationCanceledException handling in connecting logic ( #1873 )
4 years ago
Paulo
2336b98622
misc: Remove docs build from azure pipelines
4 years ago
Paulo
97d90b9e8a
fix: Connection deadlock when trying to Send and Disconnect ( #1872 )
4 years ago
Paulo
f47001a1c9
fix: Add empty role list if not present ( #1871 )
4 years ago
Quin Lynch
90b9b35ba9
Merge pull request #18 from MTDCodes/DocumentationPathFix
Fix hard coded path in csproj/documentation
4 years ago
Matt Smith
ba73e9323c
fix hard coded path in csproj/documentation
4 years ago
quin lynch
5e07d3e39d
Change SocketMessage to SocketUserMessage in MessageComponent
4 years ago