quin lynch
2070733424
Add missing audit log action types
4 years ago
quin lynch
29a3e87835
Threads pt3
4 years ago
quin lynch
a3a744bf74
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
bd5041ac79
Threads pt2
4 years ago
Hussein Alzein
014dd9fc2d
URL validation and error handling ( #64 )
* Error handling on URL additions in embeds and components.
* Wording on exception comment
* Wording on exceptions
4 years ago
quin lynch
331d4739ed
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
4db858b1e4
Threads initial
4 years ago
MrCakeSlayer
b01c2981cd
Add new `NUMBER` option type ( https://discord.com/developers/docs/int … ( #60 )
* Add new `NUMBER` option type (https://discord.com/developers/docs/interactions/slash-commands#application-command-object-application-command-option-type )
https://discord.com/developers/docs/interactions/slash-commands#application-command-object-application-command-option-type
* Add number to SocketSlashCommandDataOption.cs
4 years ago
Nikon
180322177d
Refactor interaction methods and some changes ( #58 )
* Refactor emojis/emotes & SelectMenu
* Update Emoji.cs
* Continue emoji refactor
* Remove WithLabel from example of SelectMenuBuilder
* Remove EmojiUtils and move it stuff to Emoji
* Revert 0fbf1000da
* Revert "Update Emoji.cs" and add Parse method
This reverts commit f297dcfc43 .
* Partial revert 3c27ab36c9
* Builders docs improve and add/rename methods/ctors
* Update Discord.Net.Core.xml
* Add SelectMenuBuilder.AddOption overload
* Docs fix
* Update Discord.Net.Core.xml
* corrections of unnecessary docs
* corrections of unnecessary docs!
* Fix docs and exceptions
* remove necessary things and some fix/changes
- Rename InteractionApplicationCommanCallbackData -> InteractionCallbackData
- Fix wrong creating instances of InteractionCallbackData
* Add SelectMenuOptionBuilder ctor overload
* Refactor interaction methods and some changes
* Remove deprecated methods
* remove necessary check
* remove necessary? line drops and using
* remove unused imports
* fix!
* some changes
- switched places arguments
- removed necessary accessor in SocketSlashCommand
* mini doc fix
* return AcknowledgeAsync method with Obsolete attribute
* Clarification in UpdateAsync doc
* Makes customId argument optional
* UpdateAsync doc correction
* makes button label argument optional
* doc fix and add emote argument to static createbutton methods
4 years ago
Nikon
8433476add
Remove necessary things and some fix/changes ( #57 )
* Refactor emojis/emotes & SelectMenu
* Update Emoji.cs
* Continue emoji refactor
* Remove WithLabel from example of SelectMenuBuilder
* Remove EmojiUtils and move it stuff to Emoji
* Revert 0fbf1000da
* Revert "Update Emoji.cs" and add Parse method
This reverts commit f297dcfc43 .
* Partial revert 3c27ab36c9
* Builders docs improve and add/rename methods/ctors
* Update Discord.Net.Core.xml
* Add SelectMenuBuilder.AddOption overload
* Docs fix
* Update Discord.Net.Core.xml
* corrections of unnecessary docs
* corrections of unnecessary docs!
* Fix docs and exceptions
* remove necessary things and some fix/changes
- Rename InteractionApplicationCommanCallbackData -> InteractionCallbackData
- Fix wrong creating instances of InteractionCallbackData
* Add SelectMenuOptionBuilder ctor overload
4 years ago
Nikon
5e3f119e95
Improvements builders docs and adding/renaming methods/constructors and some fixes ( #50 )
* Refactor emojis/emotes & SelectMenu
* Update Emoji.cs
* Continue emoji refactor
* Remove WithLabel from example of SelectMenuBuilder
* Remove EmojiUtils and move it stuff to Emoji
* Revert 0fbf1000da
* Revert "Update Emoji.cs" and add Parse method
This reverts commit f297dcfc43 .
* Partial revert 3c27ab36c9
* Builders docs improve and add/rename methods/ctors
* Update Discord.Net.Core.xml
* Add SelectMenuBuilder.AddOption overload
* Docs fix
* Update Discord.Net.Core.xml
* corrections of unnecessary docs
* corrections of unnecessary docs!
* Fix docs and exceptions
4 years ago
Quin Lynch
e8ba24dc0a
Update SocketSlashCommand.cs
Fix #53
4 years ago
Ge
e6c73e1ada
Fixed ModifyCommandPermissions Invalid Form Body error ( #55 )
4 years ago
MrCakeSlayer
e2e20284a4
Update limits per Discord API docs ( https://discord.com/developers/docs/interactions/slash-commands#a-quick-note-on-limits ) ( #51 )
4 years ago
Nikon
333f36eeb8
Changes on Emote/Emoji and SelectMenu ( #49 )
* Refactor emojis/emotes & SelectMenu
* Update Emoji.cs
* Continue emoji refactor
* Remove WithLabel from example of SelectMenuBuilder
* Remove EmojiUtils and move it stuff to Emoji
* Revert 0fbf1000da
* Revert "Update Emoji.cs" and add Parse method
This reverts commit f297dcfc43 .
* Partial revert 3c27ab36c9
4 years ago
Quin Lynch
b0f95dbb6c
Merge pull request #44 from exsersewo/patch-1
Add IsSpecified check to Author field
4 years ago
Quin Lynch
053b549431
Merge pull request #46 from MrCakeSlayer/patch-1
Minor doc fix
4 years ago
Quin Lynch
cd531bcccc
Merge pull request #47 from MrCakeSlayer/patch-2
Add note about slash command creation
4 years ago
Quin Lynch
272af70019
Merge pull request #48 from MrCakeSlayer/patch-3
Fix error message typo when creating slash commands
4 years ago
MrCakeSlayer
0553d47c67
Fix typo
4 years ago
MrCakeSlayer
0fd9f01386
Add note about slash command creation
4 years ago
MrCakeSlayer
df4dfa3ed0
Minor doc fix
4 years ago
exsersewo
df6ad4b088
Add IsSpecified check to Author field
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
03ee95eca9
meta: bump versions
4 years ago
quin lynch
636c3efee8
Add missing XML tag
4 years ago
quin lynch
96c6d44634
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
4 years ago
quin lynch
170d941925
Add support for multiple embeds on interaction response. Fix some preconditions missing
4 years ago
Quin Lynch
d2c1053dd0
Update README.md
4 years ago
Quin Lynch
4a221d661f
Update README.md
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
7a44a8a6b7
Merge branch 'Interactions' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into Interactions
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
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