119 Commits

Author SHA1 Message Date
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
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
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
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
c6d470b329 feat: use rest,flow,cache instead of force in GuildMember#voice 2025-01-21 00:30:06 -04: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
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
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
404f23f76e fix: transformers types 2024-12-27 11:08:01 -04:00
MARCROCK22
00d5dcdaa7
fix: remove deprecated things & decoration route & interaction type (#314)
* fix: remove deprecated things & decoration route & interaction type

* fix: meh
2024-12-26 15:58:00 -06:00
ded2a32533 feat: remove updateOnly parameter 2024-12-24 15:48:04 -04:00
7450d5d72f fix: transformers types 2024-12-21 22:47:38 -04:00
03d7e5bda8 feat: add update and deferUpdate to 2024-12-15 15:42:53 -04:00
MARCROCK22
815e51fbc8
fix: deno class mixer (#307)
* fix: deno mixer

* fix: revert

* fix: revert

* fix: refresh callback
2024-12-15 13:20:59 -04:00
MARCROCK22
c014ce6dc1
fix: gateway events (#305)
* fix: gateway events

* fix: oops

* fix: num of shards

* fix: xd

* fix: ok discord

* fix: worker_ready event

* fix: types & use message cache

* fix: resharding
2024-12-12 23:46:20 -04:00
bad33536b9 fix: clean code 2024-12-10 13:10:34 -04:00
Marcos Susaña
0a444c3e1a
fix(channels): correct return type of mixin functions (#302) 2024-12-09 21:13:38 -04:00
6de6df53e6 fix: voiceChannel mix 2024-12-09 19:14:46 -04:00
c68c091b31 feat: improve channel types & fix overwrites cache 2024-12-09 13:28:44 -04:00
c14c7d296d fix: shard options 2024-11-26 09:37:29 -04:00
7ac9135a3c fix: voiceChannel#states types 2024-11-21 01:16:29 -04:00
Free 公園
1abf41170e
fix (#299)
* fix

* chore: apply formatting

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-20 22:42:36 -04:00
Xeno
d6a305a371
feat(MessageMethods#list): implements /channels/{channel.id}/messages for getting bulk messages (#297)
* feat(Formatter#generateOAuth2URL): addition of a new method for creating discord oauth2 links

* feat(MessageMethods#list): implements /channels/{channel.id}/messages for getting bulk messages
2024-11-16 14:42:34 -04:00
MARCROCK22
fb26e0e42e
feat: Improve options type (#291)
* feat: improve options type

* chore: dependencies version
2024-11-06 01:21:36 -04:00
MARCROCK22
db9e319545
feat: voiceStateShorter (#286) 2024-11-03 07:05:25 -04:00
d3dee668b5 fix: appPermissions is not optional 2024-10-29 03:27:31 +00:00
3efe66bf5e feat: workerManager#tellWorker 2024-10-19 05:42:13 +00:00
MARCROCK22
56246ed5cf
onRatelimit callback & GuildCommandContext types(unnreaal update) (#279)
* feat: type GuildCommandContext, onRatelimit callback

* fix: test

* fix: use reduce
2024-10-13 21:48:20 -04:00
6412609e0e fix: add tests to PermissionsBitField 2024-10-06 14:33:03 +00:00
c6e0a8fc85 fix: socram code 2024-10-06 13:37:13 +00:00
Marcos Susaña
71cab8721e
Overwritting permissions for child commands (#269) 2024-10-02 18:16:16 -04:00
Free 公園
dd8fbd2789
fix: modals execution without .run (#268)
* fix: modals execution

* fix: lol
2024-09-28 11:42:47 -04:00
MARCROCK22
13b8a32d42
fix rest types, collectors update, improve types (#266)
* feat: ctx types, delete threads cache, cache.channels.threads, changes to collectors, fix rest types

* fix: use apithreadchannel instead

* feat: revert threads relationship, fix collectors

* fix: cache thread when creating

* fix: unused

* feat: entitlement trasnformer

* fix: non-null assertion

* fix: circular?

* fix: collector onStop reason type

* fix: types

* feat: onPass method

* fix: undefined value
2024-09-27 22:08:50 -05:00
06617ff1ce feat: voiceState#channel type 2024-09-19 04:04:31 +00:00
ee135a2667 fix: typescript 5.6 2024-09-15 20:13:14 +00:00
a355d843ad chore: organize imports 2024-09-15 19:52:43 +00:00
3245291121 fix: actually using biome 2024-09-15 19:02:13 +00:00
a1b0c20a30 fix: add return 2024-09-08 03:49:13 +00:00
Marcos Susaña
29f7b769e1
feat: polls improvement (#249)
* feat: polls improvement

* fix: poll in editOrReply

* feat(api-types): type APIEmbedPollResult

---------

Co-authored-by: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com>
2024-09-04 17:33:24 -04:00
0c1ef3777f fix: types 2024-08-28 01:40:13 +00:00
Marcos Susaña
a9d14c4c01
feat: Entry Points (#256)
* feat: entry points types

* fix: update attachment

* feat: more types and command

* chore: apply formatting

* feat: entry interaction

* chore: apply formatting

* feat: entry commands

* feat: end

* fix: build

* fix: typing

* fix: entry point in handler

* fix: build

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-27 21:18:16 -04:00
Marcos Susaña
498c66efdb
feat(Guild): get shard methods (#254)
* feat: guild shard

* fix: worker client

* fix: xd
2024-08-25 01:18:39 -04:00
JustEvil
d9aa4a56d0
refactor: moved functions (#252)
* refactor: moved functions
- Moved functions
- Fixed imports
- Removed duplicated file

* chore: apply formatting

* fix: import
2024-08-22 17:32:55 -04:00