517 Commits

Author SHA1 Message Date
fb9c59a51b feat: add resetTimeouts method to ComponentHandler 2025-05-12 18:12:10 -04:00
92ab65be7b feat: make deferReplyResponse and reply awaitable 2025-05-08 21:09:15 -04:00
23c9c2a710 feat: workerClient.calculateShardId 2025-05-07 18:41:46 -04:00
b4324f9487 fix: type error 2025-05-05 20:01:16 -04:00
f74b75fcef fix: change return types from 'never' to 'undefined' for various API methods 2025-04-29 08:30:01 -04:00
9cbde76ad0 fix: update promise return types to undefined for delete and post methods 2025-04-29 08:25:05 -04:00
66b5ca34a9 fix: dx 2025-04-28 04:04:35 -04:00
4574ca018f
fix: xd 2025-04-28 03:44:17 -04:00
34ca3e293e
fix(roles): delete don't return role anymore 2025-04-28 03:42:46 -04:00
60108b4c42 fix: empty data 2025-04-27 16:25:30 -04:00
e8e89e60a8 fix: check if attachments is an array 2025-04-27 13:02:53 -04:00
5a90b7edb4 fix: type typo 2025-04-27 12:26:47 -04:00
f4bcaa58ec fix: components type 2025-04-27 12:19:30 -04:00
MARCROCK22
ecc007b438
feat: add onBeforeMiddlewares and onBeforeOptions (#338) 2025-04-26 18:17:38 -04:00
53231465c0 fix(editOrReply): accept flags when editing message 2025-04-26 11:28:20 -04:00
faa222275f fix: use protected instead of private 2025-04-25 00:51:59 -04:00
589a59c5f6
feat: components V2 (#337)
* feat: components v2

* fix: build

* chore: apply formatting

* refactor(components): some types

* refactor(types): replace TopLevelComponents with APITopLevelComponent in REST

* fix: unify components

* refactor(TextDisplay): rename content method to setContent for clarity

* refactor(builders): add missing builder from component

* fix: touche

* feat(webhook): webhook params for components v2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-25 00:10:09 -04:00
f03eb57ed5 perf: optimize members cache 2025-04-23 20:58:23 -04:00
github-actions[bot]
113e315e07 chore: apply formatting 2025-04-20 22:49:35 +00:00
7819b371a5 fix: overwrites cache 2025-04-16 16:49:24 -04:00
b00076df23 feat: attachment_size_limit property 2025-04-05 13:50:34 -04:00
8882429338 fix: transformer type 2025-04-05 13:17:07 -04:00
85c04fa4a0 fix: xd? 2025-04-03 06:45:02 -04:00
ca26338a4c feat(invites): add invites shortcuts 2025-04-02 16:05:41 -04:00
1731d2de6b fix: use guild transformer 2025-03-18 23:06:03 -04:00
dd0a3bf65b fix: zombie connection 2025-03-12 23:35:37 -04:00
2cf182f37e
feat: fetch guilds with query (#336)
* feat: fetch guilds with query

* fix: ig

* fix: xdddd

* fix: lol
2025-03-12 20:02:31 -04:00
Marcos Susaña
5f5902b9f6
fix(GuildBan): issues 2025-03-09 21:42:36 -04:00
JustEvil
225778823e
feat: return channel type in channel guild create (#334)
* feat: return channel type in channel guild create
also, my skill issue forced me to create a new type

* refactor: use SeyfertChannelMap
2025-03-02 23:08:41 -04:00
84a0ce6754 feat: onError createComponentCollector 2025-02-27 14:54:06 -04:00
7af24bf043
fix(mixer): rewrite mixins management (#333)
* fix: declared properties

* fix: idk mixer

* fix(mixer): tbh I really hate runtimes

* fix: test

* test: change constructor test
2025-02-26 20:36:56 -04:00
749ba3e6be
fix: mixer, idk, runtimes sucks (#331)
* fix: declared properties

* fix: idk mixer
2025-02-24 03:56:43 -04:00
272ddac08b fix: retry connection when failed 2025-02-22 20:47:25 -04:00
61c3c283b9 fix: try require first 2025-02-18 20:52:06 -04:00
e41711770c fix: check customId before filter 2025-02-17 21:47:23 -04:00
f74f29e96a
feat: Make Component#filter optional and add customId pass (#330)
* feat: enhance ComponentCommand and ModalCommand with optional customId and filter methods

* fix: lol

* fix: simplify conditional checks for customId in ComponentHandler

* fix: optional chain goes brrr

* feat: rework?
2025-02-17 20:43:09 -04:00
MARCROCK22
008c2da719
fix: reload lang file (#329) 2025-02-17 15:52:29 -04:00
3c4043b2b1 fix: lol 2025-02-14 22:04:35 -04:00
a677ec795c
feat: better support for applications and their resources (#328)
* feat: stuff

* fix: :b

* chore: apply formatting

* fix: lol

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-14 18:15:39 -04:00
Marcos Susaña
7849ad1235
fix: correct prototype reference in Mixin 2025-02-14 10:33:07 -04:00
0d266b475b feat: use fileInstance instead 2025-02-08 13:35:21 -04:00
0c7a5b3460 fix: langInstance type 2025-02-08 13:24:02 -04:00
Marcos Susaña
5b1122de3e
fix(deps): mixer correct mix constructors base (#327) 2025-02-05 10:31:47 -06:00
JustEvil
dda74f7882
fix: removed another 'ts-expect-error'...? (#326) 2025-01-25 21:37:50 -04:00
80b9edf512 fix: return cache types 2025-01-23 22:12:00 -04:00
David
2e1c9797ea
fix: InteractionGuildMember (#324) 2025-01-22 13:14:19 -05:00
3a786d6cf5 fix: types 2025-01-21 18:59:39 -04:00
fac07052f8 fix: lmao 2025-01-21 10:43:06 -04:00
1ea39f7abb feat: messagePollVoteAdd event added 2025-01-21 10:36:00 -04:00
c6d470b329 feat: use rest,flow,cache instead of force in GuildMember#voice 2025-01-21 00:30:06 -04:00