Commit Graph

393 Commits

Author SHA1 Message Date
Elysia
8ba1834e55 Merge branch 'main' of https://github.com/aiko-chan-ai/discord.js-selfbot-v13 2025-01-20 23:26:54 +07:00
Elysia
759cad461f fix: add MFA code support to authorizeURL method 2025-01-20 23:10:12 +07:00
Elysia
4442918d82 fix: update Client#authorizeURL method 2025-01-20 22:59:10 +07:00
TheDevYellowy
aaf5df1de3 fix: remove mfaCode from passLogin and make sure that code passes tests 2025-01-20 03:53:44 -06:00
TheDevYellowy
5fbca25c45 feat: add mfa code completion from TOTP key 2025-01-20 03:48:11 -06:00
Elysia
c1f6f5e78c fix: update refreshAttachmentURL to accept rest parameters for improved flexibility 2024-12-29 21:49:29 +07:00
Elysia
1bb7203a66 feat: implement ProxyAgent support and update HTTP options for improved proxy handling 2024-12-13 20:19:09 +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
38bff20b1b refactor: migrate from node-fetch to undici and clean up dependencies 2024-11-27 16:10:54 +07:00
Elysia
84582824cd Update index.d.ts 2024-11-08 14:32:49 +07:00
Elysia
44d7700296 feat: refresh discord attachment api 2024-11-08 14:31:37 +07:00
Elysia
fb48a0dc7f chore: release v3.4.2 2024-10-29 15:51:41 +07:00
Elysia
f13e0e5a5a feat: new events (streamUpdate) 2024-10-29 15:49:10 +07:00
Elysia
d410202709 feat(VoiceReceiver): Recording video with audio
Full implemented
2024-10-29 14:19:21 +07:00
Elysia
35596b9ace fix(User): remove fetchFlags()
#8755 djs v15.0.0
2024-10-27 12:31:22 +07:00
Elysia
f4beb1e4ff feat(VoiceReceiver): Proof of concept - Video recording 2024-10-27 12:13:57 +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
dde9fe5441 chore: lint 2024-10-21 10:00:31 +07:00
Elysia
b13bd1f7dd chore: lint 2024-10-21 09:06:32 +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
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
cda3231c5a chore: how to implement MFA? 2024-09-17 21:12:11 +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
d6d768488b types: Forum starter messages do not support polls
#10276 backport
2024-09-17 18:58:25 +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
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
94f90e8aaf feat: deprecated shard 2024-09-17 11:54:28 +07:00
Elysia
51cff59e91 Update index.d.ts 2024-09-17 11:47:47 +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
37e52486ff fix(GuildAuditLogsEntry): correct mapped AuditLogChange objects
backport #10438 djs v14
2024-09-17 10:09:22 +07:00
Elysia
4fa9e42fd5 Update index.d.ts 2024-09-16 22:18:37 +07:00
Elysia
f4a4fb6416 feat: remove Receiver#createVideoStream
nah
2024-09-16 22:01:58 +07:00
Elysia
0bc0246a00 chore: ffmpeg wtf (resolution) 2024-07-29 20:13:56 +07:00
Elysia
55df05d4d8 chore: clean code + add options 2024-07-29 19:01:40 +07:00
Elysia
772739f980 feat: allows to create a group without user 2024-07-28 16:39:16 +07:00
Elysia
74f49ba92d feat: Video receiver (2/n)
- Only VP8 supported
- With example JSDoc
- Tested but bad quality
2024-07-25 21:09:52 +07:00
Elysia
c193116100 fix: voice connection 2024-07-25 10:50:46 +07:00