MrCakeSlayer
0553d47c67
Fix typo
4 years ago
quin lynch
0839aa7111
meta: bump versions, fix incorrect usage of followup
4 years ago
quin lynch
36ff3e73a3
fix: multiple bugs
Fixed permission overwrites using incorrect values for targets
Fixed invalid form data for responding
Fixed ambiguous method for responding/folloup
Added new ApplicationCommandPermissionTarget for slash command permissions
4 years ago
quin lynch
005cacc352
meta: merge upstream
4 years ago
quin lynch
97175ecae9
Merge branch 'dev' into Interactions
4 years ago
quin lynch
36bc9df634
Merge https://github.com/discord-net/Discord.Net into dev
4 years ago
quin lynch
170d941925
Add support for multiple embeds on interaction response. Fix some preconditions missing
4 years ago
quin lynch
f9ed147348
Fix namespaces
4 years ago
quin lynch
8053b08a8b
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
6ac1680523
Fix modify bug.
4 years ago
Quin Lynch
e2728819d0
Merge pull request #41 from Thundermaker300/Interactions
docs
4 years ago
Thundermaker300
d33c6c5e1e
docs
4 years ago
quin lynch
811f27d454
Add timestamp tag #40
4 years ago
Quin Lynch
c200861585
fix: Add default avatar to WithAuthor extension ( #1890 )
Adds `?? user.GetDefaultAvatarUrl()` to the avatar icon field.
4 years ago
Wardog
c5b4b645b8
feature: Add Name property to Teams ( #1879 )
4 years ago
th0mk
8349cd7e1e
fix: Change embed description max length to 4096 ( #1886 )
* Update max embed description length (fixes #1881 )
* Update unit tests for new embed builder length
4 years ago
Quin Lynch
10b10a4591
Merge pull request #27 from SKProCH/dev
Implemented new instant invite types
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
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
32f0e4a7e1
Fix Linq null in slash command data
4 years ago
quin lynch
7e5856024a
meta: xml update
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
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
SKProCH
121e3b4e77
Implemented new instant invite types
4 years ago
Paulo
ac52a11d89
fix: Message type ( #1876 )
* Fix message type
* Remove type from system entity
4 years ago
Matt Smith
ba73e9323c
fix hard coded path in csproj/documentation
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
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
a96f250075
meta: bump version.
4 years ago
quin lynch
d98baf4cca
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
515bd4dbd5
Added components to UserExtentions
4 years ago
Z3RYX
84d011a1f6
Fixes issue where ComponentBuilder wouldn't add more than one button to a new row
4 years ago
quin lynch
b9efd98698
Closes #12 . Implemented MessageComponent to ReplyAsync
meta: bump versions from dev to minor
4 years ago
quin lynch
689c77d476
Closes #8 . Added DM support for buttons and slash commands. Added SlashCommandBuilder
4 years ago
quin lynch
75b10e9195
Fix incorrect URL checks
4 years ago