Commit Graph

537 Commits

Author SHA1 Message Date
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
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
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
9f44c85782 fix(Message): move messageSnapshots initialization to the correct position 2025-01-21 02:50:43 +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
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
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
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
Elysia
963d244d07 fix(ThreadChannel): Make ownerId always present
#10618 djs
2025-01-21 00:58:18 +07:00
Elysia
6170b3755b fix(InteractionResponses): Properly resolve message flags
#10661 djs
2025-01-21 00:55:48 +07:00
Elysia
15f707b38a feat: auto MFA handling
Co-Authored-By: Yellowy <64450187+TheDevYellowy@users.noreply.github.com>
2025-01-20 23:44:36 +07:00
Elysia
5f9ac34780 fix: remove deprecated ring method from User class and update return type in GroupDMChannel 2024-11-27 16:21:27 +07:00
Elysia
93e9810b0b fix: improve recipient validation in ring method of GroupDMChannel 2024-11-27 16:11:51 +07:00
Elysia
35596b9ace fix(User): remove fetchFlags()
#8755 djs v15.0.0
2024-10-27 12:31:22 +07:00
Elysia
c07178297b feat: forwarding messages 2024-10-27 12:26:13 +07:00
Elysia
966f25bb8d feat: polls
Added support for polls similar to discord.js v14 (including class, event).
Breaking change: Do not use and remove MessagePoll.
2024-10-27 10:45:29 +07:00
Elysia
707c4397a4 feat: Implement forward feature with Message.forward and Message.snapshot 2024-10-05 16:59:09 +07:00
Elysia
ebc18df352 feat: Updated decoration links & prop
#1037
2024-10-04 17:46:10 +07:00
Elysia
b5f10f801e feat(Guild): Add new parameter to setVanityCode method to allow entering MFA code (#1294) 2024-09-25 19:36:18 +07:00
Elysia
8ae85e4417 fix: Cannot read properties of undefined (reading 'burst') 2024-09-17 21:20:39 +07:00
Elysia
f7e328e569 fix(TextBasedChannel) sendSlash
#1234
#1214
2024-09-17 20:52:47 +07:00
Elysia
4e09cdf68c fix(VoiceState): event return VS#streaming incorrect
fix #1236
2024-09-17 20:41:54 +07:00
Elysia
aed4d149b3 chore: polls
backport #10185

**Note:** The `MessagePoll` class implemented here is completely different from the `Poll` class in Discord.js v14. Be sure to check the documentation before using it.
2024-09-17 20:18:30 +07:00
Elysia
8dddbe1352 feat(User): add avatarDecorationData
#9888 backport
2024-09-17 20:03:14 +07:00
Elysia
4abb56e265 feat(Message): add call
#10283 backport
2024-09-17 19:30:44 +07:00
Elysia
93b4118145 feat(Attachment): add title
#10423 backport
2024-09-17 19:27:43 +07:00
Elysia
5a0910a4f9 feat(VoiceState): add methods for fetching voice state
#10442 backport
2024-09-17 19:25:19 +07:00
Elysia
8dfa37fbd9 feat: super reactions
#9336 backport
2024-09-17 19:18:21 +07:00
Elysia
a7355c78c3 fix(Message): not crosspostable if has a poll
#10246 backport
2024-09-17 18:48:52 +07:00
Elysia
bd1d157552 perf(Presence): prefer boolean client status comparison before activity checks
#10213 backport
2024-09-17 18:44:29 +07:00
Elysia
c1367507aa feat(Webhook): allow setting appliedTags on send()
#10027 backport
2024-09-17 18:40:39 +07:00
Elysia
43021548b1 feat(MessageManager): poll methods
backport #10239
2024-09-17 18:19:31 +07:00
Elysia
0c7abf7e1d Update Presence.js 2024-09-17 17:59:31 +07:00
Elysia
8fce4c1fbf feat: add support for teams update
#9805 backport
2024-09-17 17:57:51 +07:00
Elysia
f8071f7e79 feat(Channel): Add isThreadOnly()
#9847 backport
2024-09-17 17:51:39 +07:00
Elysia
35ca0c89bf feat: Add media channels
#9662 backport
2024-09-17 17:50:34 +07:00