1136 Commits

Author SHA1 Message Date
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
7745ec942c
[skip ci] ci: provenance 2025-02-25 14:55:10 -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
JustEvil
d779c95514
fix: esto lo hago (#323)
* fix: esto lo hago

* fix: por los momos
2025-01-20 19:21:37 -06:00
5935c86079 fix: enforce AllGuildVoiceChannels as ReturnType 2025-01-19 14:48:18 -04:00
cb7dacc7a7 feat: change force to rest,flow,cache 2025-01-19 14:44:33 -04:00
c3ba598804 fix: ignore when closing 2025-01-18 20:59:22 -04:00
ed9c63fb11 feat: shard#requestGuildMember 2025-01-18 20:30:48 -04:00
d0c7438465 chore: zzz 2025-01-15 22:41:21 -04:00
Marcos Susaña
316a533696
fix: needless getter 2025-01-15 17:24:43 -04:00
e2d5813496 fix: type RESTAPIAttachment 2025-01-11 13:55:54 -04:00
veryCrunchy
767d2a4302
fix(Message): unify guild method (#322)
* fix(Message): unify guild method

* fix(Message): guild method overloads
2025-01-08 20:35:19 -04:00
8bc6a345c5 fix: use spread type operator 2025-01-06 01:20:09 -04:00
3c216c2a06 fix: use CommandOptionWithType instead 2025-01-06 01:08:39 -04:00
f7c9a60519 Merge branch 'main' of https://github.com/tiramisulabs/seyfert 2025-01-06 00:16:23 -04:00
dfab6c0b46 fix: eventContext type 2025-01-06 00:16:14 -04:00
veryCrunchy
9c27f312c6
fix(AttachmentBuilder): add missing type & resolve ts-expect-error (#321) 2025-01-05 20:07:58 -05:00
c971c913a3 fix: clientDataEvent type 2025-01-05 16:12:40 -04:00
3ed0c8f293 fix: resolve bitfield correctly 2025-01-05 15:23:41 -04:00
cb52d6fe6b fix: basemessage#url 2025-01-05 12:31:38 -04:00
veryCrunchy
3af070cbd0
fix(Message#url): Handle outside guilds (#319)
* fix(structures/message/get url): NON NULL ASSERTION? BFFR

* chore: fmt
2025-01-04 02:45:44 -04:00
250346fe1d fix: transformers types 2024-12-30 20:13:20 -04:00
aa7be2aa71 fix: xd? 2024-12-30 20:04:31 -04:00
Marcos Susaña
ff55a78793
feat: add AnyContext.followup (#318)
* fix: return support node18

* feat: support AnyContext.followup
2024-12-30 04:00:54 -04:00
Marcos Susaña
ac2df8133b
fix: return support node18 (#317) 2024-12-29 21:21:24 -04:00
a236b832ea fix: ok 2024-12-28 18:54:11 -04:00
7bc4a91e75 chore: update version 2024-12-28 18:48:02 -04:00
11ec40c203 fix: improve retry method 2024-12-28 01:09:14 -04:00
veryCrunchy
ce86aa78ff
fix: deno environment variable support (#316)
* fix: deno environment variable support

* fix: avoid unnecessary string construction
2024-12-28 01:00:05 -04:00
veryCrunchy
72ae9e65ca
feat(events/handler): accept array of events (#315)
* feat(events/handler): accept array of events

* chore: fmt
2024-12-27 18:30:29 -06:00
404f23f76e fix: transformers types 2024-12-27 11:08:01 -04:00
24c2749b15 fix: reuse shardmanager#latency 2024-12-26 23:16:19 -04:00