d4n
4e52b11f18
Make RestMessageComponent public ( #369 )
4 years ago
CottageDwellingCat
60ac2acedc
Add `IsAutocomplete` to rest command options ( #368 )
4 years ago
MrCakeSlayer
b63c3b19f2
add missing coin emoji ( #367 )
https://github.com/Discord-Net-Labs/Discord.Net-Labs/issues/364
4 years ago
Cenk Ergen
f4539e2d3f
make SearchResult public ( #365 )
4 years ago
KeylAmi
88f87e7b49
Rename component to components ( #363 )
* Adding BotHTTPInteraction user flag
* change component -> components
* added Interactions project
4 years ago
Armano den Boef
d9aaf7aa49
Introduce emoji role property into rolehelper ( #360 )
* Introduce emoji role property into rolehelper
* Add check for exclusive properties
* Oversight resolved
* Valid order for error responses
* Appending suggestions
4 years ago
exsersewo
025d16b104
Update DiscordRestApiClient.cs ( #357 )
Add missing check to Content value to prevent NRE on empty message.
Also made `ModifyInteractionFollowupMessageAsync`'s check consistent with `CreateInteractionFollowupMessageAsync`
4 years ago
Xeno
10d40fcaca
fix: unclear parameter naming for MessageCommand ( #361 )
4 years ago
quin lynch
a65affc4b6
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
25074fa513
Fix #355 and make UpdateAsync return a RestInteractionResponse
4 years ago
Discord-NET-Robot
648baf3c0f
[Robot] Add missing json error ( #354 )
* Add 20029 Error code
* Update DiscordErrorCode.cs
Co-authored-by: Robot
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
4 years ago
Cenk Ergen
26c3da77b6
remove DeleteUnknownSlashCommandAck ( #353 )
4 years ago
Discord-NET-Robot
91ad2018ef
Add 50055 Error code ( #352 )
Co-authored-by: quin lynch <lynchquin@gmail.com>
4 years ago
Quin Lynch
5300d010bf
Update README.md
4 years ago
Quin Lynch
cb1f489960
Ensure User Left Event ( #349 )
4 years ago
TheStachelfisch
44614f29b1
Trim SlashCommandInfo.ToString() ( #346 )
Co-authored-by: TheStachelfisch <TheStachelfisch@users.noreply.github.com>
4 years ago
quin lynch
3de7fc7d8e
meta: bump version
4 years ago
quin lynch
8f3c8fab5a
Fix #347
This comit makes `Content` optional for webhook execution. This comit also adds null checks to content when creating the api args to properly specify the optional struct to the model. This is done so the message entity doesn't try to parse a null string.
4 years ago
quin lynch
6e151701fe
Update autocomplete docs
4 years ago
quin lynch
8e0dbd1f17
meta: bump version
4 years ago
Cenk Ergen
e7b00ac1f8
Fix Module Preconditions ( #343 )
* fix module preconditions
* fix module preconditions
4 years ago
Quin Lynch
8eeeb179c3
Refactor Interactions ( #340 )
* Refactor Interactions
* Remove ApplicationCommandException
4 years ago
Cenk Ergen
f41a7dbcbf
fix autocomplete command traversal and use IList<string> in command map instead of stirng[] ( #342 )
4 years ago
Cenk Ergen
57efbbd002
fix command validation ( #335 )
4 years ago
Quin Lynch
c9a281f09e
Make IModuleBase and IInteractionModuleBase public ( #341 )
4 years ago
Cenk Ergen
87bce990d9
Add uppercase character check to SlashCommandBuilder and ApplicationCommandOptionProperties ( #339 )
4 years ago
exsersewo
d88fdc7252
Add FollowupWithFileAsync to IDiscordInteraction ( #336 )
4 years ago
nev-r
27782a9d24
correct the number of allowed autocomplete choices ( #334 )
4 years ago
Daan van den Hoek
3d11e25950
Update GUILD_SCHEDULED_EVENT_CREATE ( #330 )
Changed _guildScheduledEventCancelled to _guildScheduledEventCreated in GUILD_SCHEDULED_EVENT_CREATE
4 years ago
quin lynch
5e158406c6
Fix #300 again
4 years ago
Quin Lynch
821c9beae5
Make autocomplete log virtual ( #328 )
4 years ago
quin lynch
c9e38792ff
Revert thread block for news channel. Add check for news channel
Co-Authored-By: Nova Fox <novamaday@gmail.com>
4 years ago
quin lynch
4ec6c166ae
Add not supported exception on news channels when creating threads, #296
4 years ago
quin lynch
318325ab79
meta: bump version
4 years ago
quin lynch
5aa4a6a3ad
Add back netstandard2.0 / 2.1. Closes #324
4 years ago
Cenk Ergen
f8bfc65178
fix dependency injection link in docs ( #326 )
4 years ago
Cenk Ergen
8335c66a9c
add methods for manually registering global comands ( #325 )
4 years ago
Cenk Ergen
56a9283060
Fix NRE on service providerless command execution ( #322 )
* fix not set to an instance of an object exception for service providerless command execution
4 years ago
quin lynch
9d69217909
meta: bump version
4 years ago
quin lynch
a1097dc7bc
Fix current user presence
4 years ago
quin lynch
d687304725
meta: bump version
4 years ago
quin lynch
37330c5657
Fix presence NRE again...
4 years ago
quin lynch
1d20c75610
meta: bump versions
4 years ago
quin lynch
9a64a44941
Fix presence NRE
4 years ago
quin lynch
f3fb0ff995
Add System.Collections.Immutable back to core
4 years ago
quin lynch
7efd549336
meta: add net461 support back
4 years ago
quin lynch
7c1730285f
meta: bump versions
4 years ago
quin lynch
7d7a79d21a
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
dac24b1e98
meta: bump to exclusive net.5 and net6 versions
Co-Authored-By: JT <Hawxy@users.noreply.github.com>
4 years ago
Cenk Ergen
8bfabf8d44
Invoke SlashCommandExecuted event on failed type conversion ( #314 )
* added interaction specific interfaces
* fix build error
* implement change requests
* add autocomplete respond method to IAutocompleteInteraction
* fix sharded client current user
* fix generic typeconverter picking priority
* Revert "fix sharded client current user"
This reverts commit a9c15ffd6a .
* Revert "add autocomplete respond method to IAutocompleteInteraction"
This reverts commit f2fc50f1f1 .
* fix command parsing for names with spaces
* add SlashCommandExecuted event invoke to failed type conversion
* update interactions sample app
* Revert "update interactions sample app"
This reverts commit 6ac8cd0da6 .
4 years ago