Commit Graph

1596 Commits

Author SHA1 Message Date
Elysia
f7c698a563 chore: release v3.4.1 2024-10-27 12:38:07 +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
f4beb1e4ff feat(VoiceReceiver): Proof of concept - Video recording 2024-10-27 12:13:57 +07:00
Elysia
a3dfa8ab90 ;-; support me by sponsoring 2024-10-27 11:40:41 +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
4c39f68353 feat(VoiceReceiver): Proof of concept - Video recording 2024-10-27 02:31:44 +07:00
Elysia
c6a905cb80 feat(VoiceConnection): New class StreamConnectionReadonly 2024-10-27 02:30:45 +07:00
Elysia
f50aeefc10 fix: invalid channel type 2024-10-27 01:54:09 +07:00
Elysia
9e9ad08123 feat: fix audio & video sync (partial solution) 2024-10-26 12:35:34 +07:00
Elysia
dde9fe5441 chore: lint 2024-10-21 10:00:31 +07:00
Elysia
b13bd1f7dd chore: lint 2024-10-21 09:06:32 +07:00
Elysia
7d42ec7ecc fix: sending audio flag 2024-10-21 09:03:36 +07:00
Elysia
ce1da4dd14 docs: typo 2024-10-21 08:42:47 +07:00
Elysia
707c4397a4 feat: Implement forward feature with Message.forward and Message.snapshot 2024-10-05 16:59:09 +07:00
Elysia
d16bd89f4a feat: update MessageFlags & MessageTypes 2024-10-05 16:03:03 +07:00
Elysia
ebc18df352 feat: Updated decoration links & prop
#1037
2024-10-04 17:46:10 +07:00
Elysia
963201698f fix: GuildChannel#guildId not being patched to undefined
backport djs v14 #10505
2024-10-01 20:13:01 +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
43d2ea1bc4 feat(Receiver): Add videoData event to allow users to process video data 2024-09-25 19:29:29 +07:00
Elysia
736b3ff2fb Update VoiceConnection.js 2024-09-25 17:54:52 +07:00
Elysia
6ec04278bb Update BaseDispatcher.js 2024-09-25 17:52:27 +07:00
Elysia
7e9a6501e3 chore: add new ffmpeg args 2024-09-20 17:17:19 +07:00
Elysia
70f7acb62c fix: Audio recording 2024-09-18 21:57:56 +07:00
Elysia
bc124224ac chore: release v3.4.0 2024-09-17 22:16:41 +07:00
Elysia
8ae85e4417 fix: Cannot read properties of undefined (reading 'burst') 2024-09-17 21:20:39 +07:00
Elysia
0cf8507897 chore: update client build number 2024-09-17 21:16:27 +07:00
Elysia
cda3231c5a chore: how to implement MFA? 2024-09-17 21:12:11 +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
fb510d9bf5 refactor(actions): safer getChannel calls
backport #10434
2024-09-17 20:23:59 +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
e9adc0c20e Update MessageReactionAdd.js 2024-09-17 19:25:57 +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
d6d768488b types: Forum starter messages do not support polls
#10276 backport
2024-09-17 18:58:25 +07:00
Elysia
09c9cefc3f fix(actions): always emit message create for own messages
#10211 backport
2024-09-17 18:50:03 +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
6dde343f9f feat(GuildBanManager): Add bulkCreate() method
#10182 backport
And https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions/1219 :?
2024-09-17 18:36:38 +07:00
Elysia
43021548b1 feat(MessageManager): poll methods
backport #10239
2024-09-17 18:19:31 +07:00
Elysia
d70539ead5 Update index.js 2024-09-17 18:06:41 +07:00
Elysia
09a0425d8e chore: fix import / require module 2024-09-17 18:01:27 +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