Commit Graph

1596 Commits

Author SHA1 Message Date
Elysia
0468d76610 chore: eslint 2025-03-10 12:33:39 +07:00
Elysia
00f2973e83 fix(ClientVoiceManager): voice state update handling
#1520
2025-03-10 11:40:46 +07:00
Elysia
756ec458bc feat: Voice Gateway v8 2025-03-02 18:28:47 +07:00
Elysia
33b507fc6f chore: minimum node version 2025-03-01 20:02:34 +07:00
Elysia
a28c04e89b Update VoiceState.js 2025-02-27 22:58:33 +07:00
Elysia
e6ea07856d fix(TextBasedChannel): Add a detailed response for sendTyping
Co-Authored-By: NekoCyan <cyanhijirikawa88@gmail.com>
2025-02-27 22:57:07 +07:00
Elysia
b057e048af fix: handle potential null value for first_messages in ThreadManager
#1502
2025-02-23 12:33:34 +07:00
Elysia
3c78648f1e Merge pull request #1503 from Kisakay/main
Fix TOTP Generation and Request Handler Access Path
2025-02-23 00:41:44 +07:00
Anaïs Saraiva
9fbb8a8eb5 Fixing TOTP issue with the timestamp 2025-02-22 18:37:03 +01:00
Anaïs Saraiva
0f354a7d51 Fixing RequestHandler TOTP 2025-02-22 18:36:47 +01:00
Elysia
8c57d9bf1e chore: bump version to 3.6.0 2025-02-16 00:24:02 +07:00
Elysia
b9fb6dde35 Update README.md
I will try using a secondary account online for about one day to check for potential issues
2025-02-15 00:08:30 +07:00
Elysia
155a57588c types(ThreadOnlyChannel): remove incorrect messages property
#10708 djs
2025-02-14 23:57:46 +07:00
Elysia
5b7b2a67eb types: fix recurrence rule types
#10694 djs
2025-02-14 23:55:17 +07:00
Elysia
c24584f408 feat(Application): add terms of service, privacy policy URLs, and verification key 2025-02-14 23:51:55 +07:00
Elysia
c1c0a62a0e refactor: use throw instead of Promise.reject
#10712 djs
2025-02-14 23:47:07 +07:00
Elysia
3afa12574a Update ThreadChannel.js 2025-02-14 23:00:52 +07:00
Elysia
725d19143b Update Message.js 2025-02-14 23:00:49 +07:00
Elysia
9ae420e0de Update DMChannel.js 2025-02-14 23:00:47 +07:00
Elysia
98191fe05d Update GroupDMChannel.js 2025-02-14 22:58:20 +07:00
Elysia
921b8c96c5 Update index.d.ts 2025-02-14 22:51:26 +07:00
Elysia
6def191aa8 feat: Incident Actions
#10727 djs
2025-02-14 22:50:09 +07:00
Elysia
413bf9d981 feat: message forwards
#10733 djs
2025-02-14 22:41:15 +07:00
Elysia
4dabf78067 docs(Message): improve message snapshots description
#10709 djs
2025-02-14 22:24:13 +07:00
Elysia
5f9089b60b Update ShardClientUtil.js 2025-02-14 22:23:34 +07:00
Elysia
f9216e58ae fix(PresenceUpdate): correctly add user regardless of their properties
#10672 djs
2025-02-14 22:20:04 +07:00
Elysia
e53ff466cd fix(Guild): type error with permissionOverwrites
#10527 djs
2025-02-14 22:16:53 +07:00
Elysia
76ebd7ad55 fix(TextBasedChannel): add error handling for invalid application commands 2025-02-08 16:21:55 +07:00
Elysia
821df54c6f feat: reimplement SessionManager
#1490
2025-02-07 19:21:27 +07:00
Elysia
a4c8972144 Update index.d.ts 2025-02-07 18:55:28 +07:00
Elysia
0c78399048 typing: expose broadcast method for public access & raw event
ref: https://github.com/Discord-RE/Discord-video-stream
2025-02-07 18:49:57 +07:00
Elysia
e9d1bfc01a fix(APIRequest): support file streams in FormData handling 2025-02-03 09:40:15 +07:00
Elysia
b83323dd3f fix(Message) forward not working
#1483
2025-02-03 08:55:41 +07:00
Elysia
73512b320d Update PacketHandler.js 2025-02-03 08:55:09 +07:00
Elysia
893b08d2d1 refactor(GuildMemberManager): remove list method (this api is only avaliable to bots) 2025-02-03 08:02:04 +07:00
Elysia
d2b1def456 Merge pull request #1437 from aiko-chan-ai/dependabot/npm_and_yarn/types/node-22.10.7
chore(deps-dev): bump @types/node from 20.14.12 to 22.10.7
2025-01-23 02:55:51 +07:00
Elysia
dcc7cf963d Merge pull request #1458 from TheDevYellowy/main
fix(RelationshipManager): change sendFriendRequest to hopefully reduce account bans
2025-01-23 02:54:40 +07:00
TheDevYellowy
161a37fe20 fix(RelationshipManager): change sendFriendRequest to hopefully reduce account bans 2025-01-22 13:07:40 -06:00
dependabot[bot]
27938885bd chore(deps-dev): bump @types/node from 20.14.12 to 22.10.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.12 to 22.10.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 06:41:04 +00:00
Elysia
8ea7574957 Merge pull request #1452 from aiko-chan-ai/dependabot/npm_and_yarn/undici-6.21.1
chore(deps): bump undici from 6.21.0 to 6.21.1
2025-01-22 13:39:36 +07:00
dependabot[bot]
ebd661cec9 chore(deps): bump undici from 6.21.0 to 6.21.1
Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 6.21.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 22:30:52 +00:00
Elysia
6301bab181 chore: bump version to 3.5.1 2025-01-21 14:24:35 +07:00
Elysia
171d7e5927 fix(Client): update authorizeURL return type to include location 2025-01-21 14:09:28 +07:00
Elysia
8afd17de49 chore: bump version to 3.5.0 2025-01-21 11:00:22 +07:00
Elysia
b03adcc7c1 feat: fetching presences
#1429
2025-01-21 10:57:25 +07:00
Elysia
9f44c85782 fix(Message): move messageSnapshots initialization to the correct position 2025-01-21 02:50:43 +07:00
Elysia
d5dab89a47 docs: update README to reflect discord.js version 14.17.3 2025-01-21 02:26:50 +07:00
Elysia
bb20d581eb fix: use resolve() for PermissionOverwrites
#10686 djs
2025-01-21 02:21:15 +07:00
Elysia
f0d3584a2a fix(Message): Ensure channel is defined for clean content
#10681 djs
2025-01-21 02:17:11 +07:00
Elysia
3a0d5745ea refactor: remove extra traversing
#10580 djs
2025-01-21 02:11:19 +07:00