536 Commits

Author SHA1 Message Date
db38f49ca9 chore: bump 3.2.1 2025-06-17 16:19:49 -04:00
e810b6eb52 refactor: update customId matching logic and rename asyncRun to waitFor 2025-06-14 19:24:53 -04:00
Free 公園
b84d462ce2
feat: use regex in customId component command (#345) 2025-06-13 22:08:47 -04:00
61413181bb Merge branch 'main' of https://github.com/tiramisulabs/seyfert 2025-06-13 20:34:56 -04:00
30a066e68d feat: awaitable collector 2025-06-13 20:34:43 -04:00
95619a8a89 refactor: change listActiveThreads method to remove async keyword 2025-06-13 13:38:26 -04:00
422cfb2a80 feat: list active threads 2025-06-13 04:11:07 -04:00
David
3f6c6dc4d4
fix: add error handling for undefined locale (#344) 2025-06-13 01:11:56 -04:00
935cce99f6 fix: mentionableMenu accept channels 2025-06-12 18:12:53 -04:00
5de23ffe58
fix: Error with ThreadChannel#webhooks for bad patchClass interaction (#341) 2025-05-23 14:53:50 -04:00
e4f715515c fix: the fix 2025-05-23 06:43:57 -04:00
7998577b07 fix: workers correctly assing ws properties 2025-05-23 06:15:08 -04:00
05cdc20d7f fix: remove unused ObjectToLower type declarations from index.ts 2025-05-22 17:02:06 -04:00
e095edd20f fix: update ObjectToLower and ObjectToSnake types to preserve numeric keys 2025-05-22 17:01:12 -04:00
d9aef4335d fix: xd 2025-05-20 20:20:11 -04:00
3350570334 fix: make pendingGuilds optional and update related logic for guild handling 2025-05-19 18:16:47 -04:00
c20f2fd0a3 feat: implement heartbeater for managing worker heartbeat messages 2025-05-17 12:58:39 -04:00
0d8ad177b7 fix: replace ws.removeListener with ws.removeEventListener for 'pong' event 2025-05-16 08:46:25 -04:00
089cfab6da fix: replace ws.on with ws.addEventListener for 'pong' event 2025-05-16 08:18:52 -04:00
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