Commit Graph

3597 Commits

Author SHA1 Message Date
Misha133
48fb1b5df4 [Feature] Selects v2 support (#2507)
* Initial support for new select types

* Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev

* some component&action row builder additions

* remove redundant code

* changes1

* maybe working rest part?

* working-ish state?

* fix some xml docs & small rework

* typos

* fix `ActionRowBuilder`

* update DefaultArrayComponentConverter to accomodate new select-v2 types

* now supports dm channels in channel selects

* add a note to IF docs

* add notes about nullable properties

* <see langword="null"/>

* update Modal.cs

Co-authored-by: cat <lumitydev@gmail.com>
Co-authored-by: Cenngo <cenk.ergen1@gmail.com>
2022-12-25 13:41:15 +01:00
Misha133
c67642acfa fix CreatePostError (#2546) 2022-12-25 13:36:33 +01:00
Quin Lynch
e9e687caf7 fix changelog date (#2545) 2022-12-23 21:28:48 +00:00
Quin Lynch
5c9be0d03a meta: update changelog (#2544) 2022-12-23 18:20:42 +03:00
Misha133
a53f1dfa58 fix CreatePost methods for IForumChannel (#2541) 2022-12-23 14:56:00 +01:00
Misha133
56b1a930e7 [Feature] Age restricted (NSFW) application commands support (#2531)
* add `nsfw` to data model & internal methods; add missing property

* add `nsfw` prop to command builders

* add `NsfwCommandAttribute` to Interaction Framework

* working state

* docs?
2022-12-20 01:00:56 +03:00
Cenk Ergen
60956c720b Update deploy.yml (#2535) 2022-12-17 19:05:50 +03:00
Halbritter
20d8fdf0bf Fully qualify SlashCommandBuilder namespace (#2534)
Update to make sure its cleear which SlashCommandBuilder is used.
2022-12-16 14:08:42 -04:00
Cenk Ergen
3b107c2d01 implement wildcard lenght quantifiers, TreatAsRegex property and solve catastrpohic backtracking (#2528) 2022-12-14 17:06:57 +03:00
BokuNoPasya
25cfb8822f Add SendFiles to UserExtensions (#2509)
* Add SendFiles to UserExtensions

* fix Build
2022-12-14 03:00:59 -04:00
Frederik P
4cad546d57 Implemented ClientDisconnect event for audio client. (#2520) 2022-12-14 02:57:54 -04:00
Misha133
82b772ac03 [Feature] Add missing property & new stuff (#2521)
* add active developer badge support

* add `OwnerId` to threads

* add default forum layout support

* oops, forgot to update modifyasync

* add missing application flags

* Add `50155` error code
2022-12-14 02:57:06 -04:00
Misha133
bd2f719774 Fix GetActiveThreadsAsync & add it to ITextChannel (#2526)
* fix `GetActiveThreadsAsync` being sadge

* ah, forgot about mocked channel
2022-12-14 02:56:06 -04:00
Armano den Boef
55280a569e meta 3.9.0 (#2517)
* meta 3.9.0

* Update changelog
2022-11-25 05:47:43 -04:00
Cenk Ergen
11ed0ff351 update license and icon nuspec props (#2467) 2022-11-22 14:05:40 +03:00
Cenk Ergen
6869817184 Command execution code rework and TypeConverters auto-scope fix (#2306)
* command execution rework and sync service scopes for typeconverters

* replace ValueTask with Task

* fix implementation bugs

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-11-22 14:05:26 +03:00
Payton
ea039b848c Update events.cs (#2505)
Fixed compiler error caused by missing semicolon
2022-11-07 17:26:18 +01:00
Misha133
01ae904fe1 [Feature] Add missing properties in forum & thread channels (#2469)
* add `AppliedTags` property

* convert collections into immutable arrays

* remove "not supported" remark

* implement `ThreadChannelProperties`

* Add `DefaultSlowModeInterval` and `DefaultSlowModeInterval` properties to forum channels

* add `Moderated` property to `ForumTag``

* `ForumTag` inherits `ISnowflakeEntity`

* Fix `DiscordRestClient.GetChannelAsync` not getting forum channel

* a lot of changes

added:
- channel flags
- `ForumTagBuilder`
- imroved channel modification

* fixed a bug in forum tag emoji parsing

* inherit forum channel from `INesteeChannel`

* implement `INestedChannel` in forum channels

* Add `Flags` property to channels

* add iteraface for forum tags & add equality operators

* Add default reaction emoji property

* add support for modifing default reaction & some renaming

* add createForumChannelAsync to guild

* *fix resharper being a d... and moving code to next line*

* add a `ForumChannels` property

* Some fixes & add support for `default_sort_order`

* fix misleading comment

* fix #2502

* support creating post with applied tags

* fix xmldoc

* set category id on model update

* add limit checks for tag count
2022-11-07 17:25:49 +01:00
Ge
6712ef4573 Fix duplicated members of DiscordErrorCode (#2500)
Additionally, fix typo in DiscordErrorCode
2022-11-07 17:24:19 +01:00
Miha Zupan
7077c4469a Avoid throwing on missing Application (#2497) 2022-11-07 16:49:46 +01:00
Misha133
ed3863597a [Feature] Add new discord stuff (#2501)
* changesss

- Added missing error code
- Moved region a bit
- Add new `guild feature`
- Add new `NitroBasic` subscription plan

* fix sending message in rest text-in-voice channels
2022-11-07 16:49:03 +01:00
Quahu
c7ac59d892 Fixed an oversight clearing session data upon any disconnect. (#2485) 2022-09-28 19:35:24 -03:00
Misha133
a4d34f6947 [Docs] Update samples to use MessageContent intent & update v2 => v3 guide (#2471) 2022-09-25 22:27:14 +02:00
Armano den Boef
bc89d3c485 Fix TimestampTag being sadge (#2468)
* Im so sad

* Im so sad v2

* oopsie uwu
2022-09-15 01:59:21 -03:00
Quin Lynch
9c5f1ecb0d meta: 3.8.1 (#2464) 2022-09-14 15:09:54 -03:00
Misha133
b45b1526c0 add addtional checks for gateway events logging (#2462) 2022-09-14 12:09:12 -03:00
Quahu
d4c533aed0 Implemented resume_gateway_url. (#2423)
* Implemented resume_gateway_url.

* Made the requested changes.

* Implemented passing the gateway URL down from DiscordShardedClient.

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-09-14 12:08:25 -03:00
Marten
2a6fca6653 [Docs] Text Commands: Added a warning about the message content intent (#2458)
* Added a warning about the `message content` intent

* Improved line length

* Warning -> Important
2022-09-14 12:08:00 -03:00
Proddy
d1678d1e8f Fixing localizations (#2457)
* Fixing localizations

* Fixed typo in `SlashCommandOptionBuilder.WithDescriptionLocalizations`
* Fixed typo in `SlashCommandOptionBuilder.AddNameLocalization`
* Changed `Build` method of both `ApplicationCommandOptionProperties` and `SlashCommandProperties` to not set the `NameLocalizations` and `DescriptionLocalizations` if null in the builder. Was causing an error in the setter.

* Update SlashCommandBuilder.cs

Fixing a missing `;`

* Update SlashCommandBuilder.cs

* Fixing _another_ missing `;`

* Update SlashCommandBuilder.cs

* Fixed `SlashCommandOptionBuilder.AddChoiceInternal` to not pass null `NameLocalizations`

* Update SlashCommandBuilder.cs

* Fecking semi-colons

* Update SlashCommandBuilder.cs
2022-09-10 23:07:49 +03:00
Discord-NET-Robot
1b01fed867 Add 50138 Error code (#2456)
Co-authored-by: Discord.Net Robot <robot@elons.sweatshop.stop>
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-09-10 08:08:22 +00:00
Nikolay
525dd6048a [Docs] Context menu of slash commands supported on mobile (#2459) 2022-09-10 05:03:14 -03:00
essoperagma
4834b27f90 Null check slash command localizations (#2453) 2022-09-09 13:20:19 +03:00
Quin Lynch
5073afa316 Update PackageLogo.png (#2333) 2022-09-04 06:50:29 +00:00
Proddy
2b86a79f70 Fix a bug in EmbedBuilder.Length when there is an EmbedField with no Value (#2345)
* Update EmbedBuilder.cs

Fixes a bug where 'EmbedBuilder.Length' will throw an exception of type 'System.NullReferenceException' when a field doesn't have a value.

* Update EmbedBuilder.cs

Fixed an incorrect assuption that `Value` was a `string?`

* Update EmbedBuilder.cs

Fixed one more null check

* Update EmbedBuilder.cs

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-09-04 06:46:50 +00:00
d4n
11ece4bf16 Update app commands regex and fix localization on app context commands (#2452)
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-09-03 02:47:13 +00:00
SaculRennorb
3dec99f6df adding scheduled events to audit log (#2437)
* first draft

* made changes be actually optional. not everything always changes

* 'doc' text

* more 'doc' stuff

* more 'doc' stuff3

* 'doc' stuff
2022-09-02 21:56:19 +00:00
Julian
fca9c6b618 Fix: remove Module from _typedModuleDefs (#2417) 2022-09-02 21:31:51 +00:00
Discord-NET-Robot
b967e6907c [Robot] Add missing json error (#2447)
* Add 20024, 30032, 30034, 30052, 40012, 40043, 40058, 40066, 40067, 50017, 50132, 50138, 50146, 110001, 200000, 200001, 220001, 220002, 220003, 220004, 240000 Error codes

* Update src/Discord.Net.Core/DiscordErrorCode.cs

* Apply suggestions from code review

Co-authored-by: Discord.Net Robot <robot@elons.sweatshop.stop>
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
2022-09-02 21:14:16 +00:00
Damian Kraaijeveld
376a812b6a Return a list instead of an array (#2451) 2022-09-02 14:04:53 -07:00
Armano den Boef
370bdfa3c6 Bump to Discord API v10 (#2448)
* Bump, add messagecontent intent

* Update comments

Co-authored-by: Rozen <Rozen4334@outlook.com>
2022-09-01 11:48:00 -07:00
Cenk Ergen
fbc5ad414f fix BulkOverwriteCommands NRE (#2444) 2022-08-29 15:24:33 +03:00
Viktor Chernikov
9feb703a82 Wrong symbol fix (#2438) 2022-08-29 11:25:13 +02:00
Kuba_Z2
0aa381d468 Fix typos of word length (#2443) 2022-08-29 11:24:32 +02:00
Quin Lynch
adf012d1dd meta: 3.8.0 (#2441) 2022-08-28 12:04:08 -03:00
Cenk Ergen
39bbd298c3 Interactions Command Localization (#2395)
* Request headers (#2394)

* add support for per-request headers

* remove unnecessary usings

* Revert "remove unnecessary usings"

This reverts commit 8d674fe4faf985b117f143fae3877a1698170ad2.

* remove nullable strings from RequestOptions

* Add Localization Support to Interaction Service (#2211)

* add json and resx localization managers

* add utils class for getting command paths

* update json regex to make langage code optional

* remove IServiceProvider from ILocalizationManager method params

* replace the command path method in command map

* add localization fields to rest and websocket application command entity implementations

* move deconstruct extensions method to extensions folder

* add withLocalizations parameter to rest methods

* fix build error

* add rest conversions to interaction service

* add localization to the rest methods

* add inline docs

* fix implementation bugs

* add missing inline docs

* inline docs correction (Name/Description Localized properties)

* add choice localization

* fix conflicts

* fix conflicts

* add missing command props fields to ToApplicationCommandProps methods

* add locale parameter to Get*ApplicationCommandsAsync methods for fetching localized command names/descriptions

* Apply suggestions from code review

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>

* Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>

* add inline docs to LocalizationTarget

* fix upstream merge errors

* fix command parsing for context command names with space char

* fix command parsing for context command names with space char

* fix failed to generate buket id

* fix get guild commands endpoint

* update rexs localization manager to use single-file pattern

* Upstream Merge Localization Branch (#2434)

* fix ci/cd error (#2428)

* Fix role icon & emoji assignment. (#2416)

* Fix IGuild.GetBansAsync() (#2424)

fix the problem of not being able to get more than 1000 bans

* [DOCS] Add a note about `DontAutoRegisterAttribute`  (#2430)

* add a note about `DontAutoRegisterAttribute`

* Remove "to to" and add punctuation

Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>

* fix: Missing Fact attribute in ColorTests (#2425)

* feat: Embed comparison (#2347)

* Fix broken code snippet in dependency injection docs (#2420)

* Fixed markdown formatting to show code snippet

* Fixed constructor injection code snippet pointer

* Added support for lottie stickers (#2359)

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>
Co-authored-by: BokuNoPasya <49203428+1NieR@users.noreply.github.com>
Co-authored-by: Misha133 <61027276+Misha-133@users.noreply.github.com>
Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
Co-authored-by: Ge <gehongyan1996@126.com>
Co-authored-by: Charlie U <52503242+cpurules@users.noreply.github.com>
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>

* remove unnecassary fields from ResxLocalizationManager

* update int framework guides

* remove space character tokenization from ResxLocalizationManager

Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com>
Co-authored-by: BokuNoPasya <49203428+1NieR@users.noreply.github.com>
Co-authored-by: Misha133 <61027276+Misha-133@users.noreply.github.com>
Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
Co-authored-by: Ge <gehongyan1996@126.com>
Co-authored-by: Charlie U <52503242+cpurules@users.noreply.github.com>
Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>
2022-08-26 18:45:27 +03:00
Kuba_Z2
32b03c8063 Added support for lottie stickers (#2359) 2022-08-21 10:14:55 -04:00
Charlie U
ddcf68a29f Fix broken code snippet in dependency injection docs (#2420)
* Fixed markdown formatting to show code snippet

* Fixed constructor injection code snippet pointer
2022-08-21 13:58:51 +02:00
Misha133
89a8ea161f feat: Embed comparison (#2347) 2022-08-21 13:57:51 +02:00
Ge
92215b1f74 fix: Missing Fact attribute in ColorTests (#2425) 2022-08-21 13:57:00 +02:00
Misha133
917118d094 [DOCS] Add a note about DontAutoRegisterAttribute (#2430)
* add a note about `DontAutoRegisterAttribute`

* Remove "to to" and add punctuation

Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
2022-08-21 13:56:02 +02:00