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
Elysia
293a8b8fd8
docs(Attachment): add MIME types link to contentType
...
backport 9824
2024-09-17 17:16:52 +07:00
Elysia
f6bc9efabb
fix(Emoji): id set as undefined edge case
...
backport #9953 djs
2024-09-17 11:44:26 +07:00
Elysia
35310968cc
fix(GuildScheduledEvent): Use if...else pattern and handle partials
...
backport #9802 djs
2024-09-17 11:43:13 +07:00
Elysia
f12662ef20
fix: Throw error on no message id for Message#fetchReference()
...
backport #10295 djs
2024-09-17 11:20:03 +07:00
Elysia
f9e6f995fb
fix(Message): properly compare attachments and embeds
...
backport #10282 djs v14
2024-09-17 11:17:23 +07:00
Elysia
37e52486ff
fix(GuildAuditLogsEntry): correct mapped AuditLogChange objects
...
backport #10438 djs v14
2024-09-17 10:09:22 +07:00
Sans
f26ec5a086
Update Presence.js
2024-08-21 01:49:03 +02:00
Sans
0d86b712b9
Update Message.js
2024-08-19 00:27:51 +02:00
Elysia
7fa4666df0
fix: AFK
2024-07-24 12:06:52 +07:00
Elysia
c8a617bd40
chore: nvm
2024-07-22 15:08:59 +07:00
Misono Mika
f061e2042f
fix(client): CustomStatus don't working
2024-07-07 14:01:32 +00:00
Elysia
3bf0d44184
fix: Activity & Presence
...
#584
2024-07-04 20:02:20 +07:00
Elysia
516d8917bd
feat: RichPresence#setPlatform
2024-07-04 19:12:47 +07:00
Elysia
f63b1528d4
fix: Modal reply event failed
...
#1201 #1200 #1064
2024-07-04 17:26:04 +07:00
Elysia
f7bb7a4bdd
fix: Class constructor Activity cannot be invoked without 'presence'
...
#1203
2024-07-04 14:23:02 +07:00
Elysia
ecb870b324
feat: add support for User Apps
...
#1183 #1198
2024-07-03 22:40:40 +07:00
Elysia
485dab55bf
feat: message poll
...
#1150 #1147
2024-07-03 21:31:45 +07:00
Elysia
792b2c55ff
feat: user clan
2024-07-03 19:16:36 +07:00
Elysia
39496afcec
feat: disable client.acceptInvite()
2024-07-03 17:24:24 +07:00
Elysia
6a4616e941
fix #1195 #1119 #1189
...
ty <3
Co-Authored-By: Ian Mullins <39538734+ianmullins@users.noreply.github.com >
2024-06-17 18:05:28 +07:00