Commit Graph

1635 Commits

Author SHA1 Message Date
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
Elysia
62d2630643 refactor: use cache.get() for snowflakes, resolve() otherwise
#10626 djs
2025-01-21 02:09:03 +07:00
Elysia
b76e8124c6 feat: message forwarding
#10464 djs
2025-01-21 01:51:46 +07:00
Elysia
c06afb06dc feat: recurring scheduled events
#10447 djs
2025-01-21 01:48:08 +07:00
Elysia
f0f0871d08 feat(GuildMember): Banners
#10384 djs
2025-01-21 01:40:30 +07:00
Elysia
8b04bbe667 feat: Voice Channel Effect Send
#10318 djs
2025-01-21 01:35:23 +07:00
Elysia
599e53abe6 feat: Emit reaction type on gateway events
#10598 djs
2025-01-21 01:29:18 +07:00
Elysia
002b1d8fc0 docs(Client): Fix incorrect managers descriptions 2025-01-21 01:20:04 +07:00
Elysia
6f17a5b4cd docs: add note about idempotence to role add/remove routes
#10586 djs
2025-01-21 01:17:55 +07:00
Elysia
d6718cf0a2 docs: Typos
#10628 djs
2025-01-21 01:16:49 +07:00
Elysia
d0aa9b3702 fix(GuildScheduledEvent): handle null recurrence_rule
#10543 djs
2025-01-21 01:15:13 +07:00
Elysia
8b05852a85 fix(MessageReaction): Address undefined burst properties
#10597 djs
2025-01-21 00:59:37 +07:00