iCrawl
|
48cab844d4
|
build: switch to bundler moduleResolution
|
2023-05-01 13:14:13 +02:00 |
|
Almeida
|
a6941d536c
|
feat(StringSelectMenu): add spliceOptions() (#8937)
* feat(StringSelectMenu): add `spliceOptions()`
* fix: requested changes
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-12-25 20:38:28 +00:00 |
|
DD
|
5152abf728
|
feat: new select menus (#8793)
* feat(builders): new select menus
* chore: better re-exporting of deprecated classes
* feat: new select menus
* chore: typings
* chore: add missing todo comment
* chore: finish updating tests
* chore: add runtime deprecation warnings
* chore: format deprecation warning
* feat(BaseInteraction): isAnySelectMenu
* chore: requested changes
* fix: deprecation comments
* chore: update @deprecated comments in typings
* chore: add tests for select menu type narrowing
* fix: bad auto imports
Co-authored-by: Julian Vennen <julian@aternos.org>
* fix: properly handle resolved members
* fix: collectors
* chore: suggested changes
Co-authored-by: Almeida <almeidx@pm.me>
* fix(typings): bad class extends
* feat(ChannelSelectMenuBuilder): validation
* chore: update todo comment
* refactor(ChannelSelectMenu): better handling of channel_types state
* chore: style nit
* chore: suggested nits
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: Julian Vennen <julian@aternos.org>
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-11-01 17:36:05 +00:00 |
|
RedGuy12
|
ce991dd1d8
|
test: rename incorrect test (#8596)
|
2022-09-08 15:08:28 +02:00 |
|
iCrawl
|
3b7ba4062e
|
chore: fix leftover eslint exceptions
|
2022-09-01 21:26:09 +02:00 |
|
Suneet Tipirneni
|
edadb9fe5d
|
refactor: use eslint-config-neon for packages. (#8579)
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2022-09-01 20:50:16 +02:00 |
|
Suneet Tipirneni
|
6a2d0d8e96
|
fix(selectMenu): allow json to be used for select menu options (#8322)
|
2022-07-24 15:14:33 +02:00 |
|
Almeida
|
b7e62380f2
|
test(builders): improve coverage (#8274)
|
2022-07-17 21:20:26 +02:00 |
|
Almeida
|
2d9dfa3c6e
|
fix(TextInputBuilder): parse custom_id, label, and style (#8216)
|
2022-07-03 15:35:19 +02:00 |
|
Rodry
|
ad75be9a9c
|
feat: allow builders to accept rest params and arrays (#7874)
Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
Co-authored-by: Khafra <42794878+KhafraDev@users.noreply.github.com>
|
2022-06-05 23:29:16 +02:00 |
|
iCrawl
|
8d8e6c03de
|
feat: use vitest instead of jest for more speed
|
2022-06-05 01:07:10 +02:00 |
|
Suneet Tipirneni
|
29293d7bbb
|
refactor: use arrays instead of rest parameters for builders (#7759)
|
2022-04-21 18:56:10 +02:00 |
|
Suneet Tipirneni
|
b1d63d919a
|
fix: Validate select menu options (#7566)
* fix: validate select menu options
* chore: make requested changes
* refactor: make requested changes
* fix: tests
|
2022-03-24 20:57:53 +01: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 |
|
Suneet Tipirneni
|
549716e4fc
|
refactor: Don't return builders from API data (#7584)
* refactor: don't return builders from API data
* Update packages/discord.js/src/structures/ActionRow.js
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
* fix: circular dependency
* fix: circular dependency pt.2
* chore: make requested changes
* chore: bump dapi-types
* chore: convert text input
* chore: convert text input
* feat: handle cases of unknown component types better
* refactor: refactor modal to builder
* feat: add #from for easy builder conversions
* refactor: make requested changes
* chore: make requested changes
* style: fix linting error
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: almeidx <almeidx@pm.me>
|
2022-03-12 19:39:23 +01:00 |
|
Almeida
|
dcd479767b
|
fix(SelectMenu): set placeholder max to 150 (#7538)
|
2022-03-10 09:00:39 +01:00 |
|
Suneet Tipirneni
|
ed92015634
|
feat: Add Modals and Text Inputs (#7023)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Ryan Munro <monbrey@gmail.com>
Co-authored-by: Vitor <milagre.vitor@gmail.com>
|
2022-03-04 08:53:41 +01:00 |
|
Suneet Tipirneni
|
f7257f0765
|
feat: add missing v13 component methods (#7466)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2022-02-18 01:04:34 +01:00 |
|
muchnameless
|
36173590a7
|
fix(components): setX should take rest parameters (#7461)
|
2022-02-15 18:31:08 +01:00 |
|
Amitoj Singh
|
ae0f35f51d
|
feat(builders): add attachment command option type (#7203)
|
2022-02-13 14:02:14 +01:00 |
|
Suneet Tipirneni
|
e8252ed3b9
|
refactor: make public builder props getters (#7422)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2022-02-13 13:06:11 +01:00 |
|
Ben
|
f4953647ff
|
refactor(builders-methods): make methods consistent (#7395)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2022-02-12 19:03:13 +01:00 |
|
Suneet Tipirneni
|
6b6222bf51
|
feat(components): Add unsafe message component builders (#7387)
|
2022-02-04 20:29:41 +01:00 |
|
Suneet Tipirneni
|
2bb40fd767
|
feat: add components to /builders (#7195)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2022-01-12 20:50:08 +01:00 |
|