Ryan Munro
|
3c74aa2049
|
fix(ApplicationCommand): incorrect comparison in equals method (#10497)
|
2024-09-11 07:40:54 +00:00 |
|
Synbulat Biishev
|
fc0b6f7f8e
|
feat: user-installable apps (#10227)
* feat: inital user-installable apps support
* docs: add deprecation warnings
* feat: add equality checks
* fix: possibly `null` cases
* docs: tweaks
* docs: add deprecations
* fix(ApplicationCommandManager): amend transform command
* feat: properly support `integration_types_config`
* docs: add .
* docs: minor changes
* featBaseApplicationCommandData): update type
* style: prettier
* chore: fix issues
* fix: correct casing
Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
* refactor: remove console log
* fix: use case that satisfies `/core` and the API
* fix: `oauth2InstallParams` property is not nullable
* fix: do not convert keys into strings
* feat: update transforer to return the full map
* feat: update transformers
* feat: add `PartialGroupDMMessageManager `
Hope this is not a breaking change
* docs: fix type
* feat: add approximate count of users property
* fix: messageCreate doesn't emit in PartialGroupDMChannel
* fix: add GroupDM to TextBasedChannelTypes
* feat: add NonPartialGroupDMChannel helper
* fix: expect PartialGroupDMChannel
* feat: narrow generic type
* test: exclude PartialGroupDMChannel
* feat: use structure's channel type
* docs: narrow type
* feat: remove transformer
* refactor: remove unnecessary parse
* feat: add APIAutoModerationAction transformer
* fix: use the right transformer during recursive parsing of interaction metadata
* docs: add external types
* docs: add `Message#interactionMetadata` property docs
* docs: make nullable
* docs: add d-docs link
* docs: use optional
* fix: make `oauth2InstallParams` nullable
* types: update `IntegrationTypesConfiguration`
Co-authored-by: Almeida <github@almeidx.dev>
* docs: update `IntegrationTypesConfigurationParameters`
Co-authored-by: Almeida <github@almeidx.dev>
* types: update `IntegrationTypesConfigurationParameters`
* refactor: improve readability
* docs: mark integrationTypesConfig nullable
* refactor: requested changes
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
Co-authored-by: Almeida <github@almeidx.dev>
|
2024-09-01 20:44:51 +00:00 |
|
Aura
|
1e4ef35436
|
docs: use preferred nullable syntax (?T over T | null) (#9946)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-11-12 21:45:02 +00:00 |
|
Jiralite
|
44a3cbf39e
|
docs: Consolidate API types (#9881)
docs: deduplicate API types
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-10-10 13:22:02 +00:00 |
|
Danial Raza
|
11f6955ed9
|
refactor: use proper variable names in callbacks (#9840)
* refactor: use proper variable names in callbacks
* refactor: change parameter names
* refactor: change remaining parameter names
* refactor: change remaining variable names
* refactor(GuildAuditLogsEntry): abstract reduce logic into a new function
* chore: undo unrelated changes
This undoes commit b2d93dce51 as it's unrelated
* refactor: more name changes
* chore: fix tests failing
* refactor: use option instead of opt
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2023-10-09 19:49:49 +00:00 |
|
Jiralite
|
c0f2dd7131
|
docs: Use stable tag (#9343)
docs: use stable tag
|
2023-04-10 14:55:51 +00:00 |
|
Tetie
|
a7425c29c4
|
fix: fix external links (#9313)
* fix: fix external links
* fix: fix external links
* fix: link to correct classes
* fix: fix JSONEncodable link
* chore: fix select menu link
* fix: fix external links
* fix: link to correct classes
* fix: fix JSONEncodable link
* chore: fix select menu link
* fix: fix collection#sweep url
* fix: fix subpackages urls
* fix: fix discord.js docs url
* Update packages/util/docs/README.md
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2023-04-07 10:35:56 +00:00 |
|
Almeida
|
869153c3fd
|
refactor: compare with undefined directly (#9191)
* refactor: compare with `undefined` directly
* fix: lint
|
2023-03-12 20:24:22 +00:00 |
|
Jiralite
|
7dec892218
|
types: Allow builders to set channel types in discord.js (#8990)
types: allow builders to set channel types
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-01-02 15:24:10 +00:00 |
|
Suneet Tipirneni
|
7a5134459c
|
feat: add support for nsfw commands (#7976)
* chore: update
* fix: add edit changes
* chore: make requested changes
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-12-16 02:04:56 +00:00 |
|
Almeida
|
1fb7b30963
|
fix(ApplicationCommandManager): allow passing 0n to defaultMemberPermissions (#8311)
* fix(ApplicationCommandManager): allow passing 0n to defaultMemberPermissions
* fix(ApplicationCommand): equals()
|
2022-07-20 20:12:58 +02:00 |
|
MateoDeveloper
|
43f62bb667
|
docs(ApplicationCommand): add min_length and max_length to ApplicationCommandOptionData (#8239)
|
2022-07-07 20:46:06 +02:00 |
|
Parbez
|
94ee60d3d4
|
feat(applicationCommand): add max min length in string option (#8215)
|
2022-07-03 15:34:04 +02:00 |
|
Almeida
|
0ffbef506a
|
fix: edit() data can be partial and defaultMemberPermissions can be null (#8163)
|
2022-06-24 10:42:20 +02:00 |
|
Jiralite
|
0a44b05db8
|
fix(ApplicationCommand): Remove autocomplete check at the top level and correctly check for dmPermission (#8100)
|
2022-06-16 09:58:54 +02:00 |
|
ckohen
|
c7391db11b
|
refactor(ApplicationCommand): permissions v2 (#7857)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2022-06-10 21:34:17 +02:00 |
|
Rodry
|
61a44c509c
|
docs(ApplicationCommand): fix and improve localization docs (#7804)
|
2022-04-21 19:07:49 +02:00 |
|
Hyro
|
4972bd87c1
|
fix(ApplicationCommand): equal nameLocalizations and descriptionLocalizations (#7802)
|
2022-04-21 19:06:42 +02:00 |
|
Jiralite
|
f1d0084da2
|
docs(ApplicationCommand): Fix ApplicationCommandOptionChoice (#7794)
|
2022-04-17 10:49:37 +02:00 |
|
Suneet Tipirneni
|
01a423d110
|
feat(CommandInteraction): add support for localized slash commands (#7684)
* feat(commandInteraction): add support for localized slash commands
* chore: make requested changes
* chore: add better localizations in docs
* refactor: use dapi types
* types: reexport LocalizationMap
* fix: add name localizations for option choices
* feat: add missing props and fetch options
* Update packages/discord.js/src/managers/ApplicationCommandManager.js
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
* chore: fix linting issues
* fix: fetching bugs
* chore: make requested changes
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2022-04-12 17:20:55 +02:00 |
|
Suneet Tipirneni
|
72577c4bfd
|
feat: add API v10 support (#7477)
* feat: add API v10 support
* refactor: update deps
* chore: rebase fixes
|
2022-03-15 21:37:07 +01:00 |
|
KonkenBonken
|
d32db8833e
|
docs: ApplicationCommandData typedef (#7389)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2022-02-16 14:02:50 +01:00 |
|
Vitor
|
8bb3751340
|
docs: add supported option types for autocomplete (#7368)
|
2022-02-05 14:31:34 +01:00 |
|
IRONM00N
|
47633f0fd2
|
fix: missed enums and typings from #7290 (#7331)
|
2022-01-25 21:23:13 +01:00 |
|
Suneet Tipirneni
|
213acd7997
|
feat: Enum resolvers & internal enum string removal (#7290)
Co-authored-by: Almeida <almeidx@pm.me>
|
2022-01-19 14:11:10 +01:00 |
|
Suneet Tipirneni
|
aa6d1c74de
|
refactor: remove discord.js enums and use discord-api-types enums instead (#7077)
|
2022-01-12 02:00:41 +01:00 |
|
Antonio Román
|
e082dfb158
|
refactor(SnowflakeUtil): switch to @sapphire/snowflake (#7079)
|
2022-01-08 19:11:33 +01:00 |
|
Noel
|
16390efe6e
|
chore: monorepo setup (#7175)
|
2022-01-07 17:18:25 +01:00 |
|