Commit Graph

920 Commits

Author SHA1 Message Date
Elysia
94f90e8aaf feat: deprecated shard 2024-09-17 11:54:28 +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
efb5d3e35f fix(Client): Ensure destroyed connections are not ready
backport #9942 djs v14
2024-09-17 11:28:48 +07:00
Elysia
7abf153b56 fix(Action): Ensure all properties on getChannel() are passed
backport #10278 djs v14
2024-09-17 11:26:02 +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
Elysia
f4a4fb6416 feat: remove Receiver#createVideoStream
nah
2024-09-16 22:01:58 +07:00
Elysia
99e348fe2b feat: removing old voice encryption modes
- VP8 working (ok)
- H264 working (bad)
by #101 (dank074/Discord-video-stream)
2024-09-16 22:01:15 +07:00
Elysia
e9d81ce25c Update Secretbox.js 2024-09-16 20:44:04 +07:00
Elysia
7e5dd06c2b feat: using old voice encryption modes (for video) 2024-08-24 20:21:39 +07:00
Elysia
2cf9b36ce7 feat: Update voice encryption modes
https://discord.com/developers/docs/change-log#voice-encryption-modes
#10451 djs
2024-08-23 18:04:47 +07:00
Elysia
5915cee4ab fix: MessageButton is not a constructor
#1249
2024-08-23 17:30:56 +07:00
Elysia
1782596fd9 fix(voice): mark stream as ended
#10455 djs
2024-08-23 17:25:16 +07:00
Sans
a168858aaf Update ChannelManager.js 2024-08-22 22:17:36 +02: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
Sans
6760e14278 Update ChannelManager.js 2024-08-19 00:26:55 +02:00
Elysia
320f0da430 Update MediaPlayer.js 2024-07-29 21:21:11 +07:00
Elysia
ac1d7f1cea Update MediaPlayer.js 2024-07-29 21:18:52 +07:00
Elysia
5f6d948da3 fix connection 2024-07-29 20:56:50 +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
Shinetsu_Ruwin
7d3ef6afcd Update ChannelManager.js 2024-07-27 16:19:04 +02:00
Elysia
65c5332eed fix: TypeError: Cannot read properties of null (reading 'pid') 2024-07-25 22:06:32 +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
24e151805d feat: Video receiver (1/n) 2024-07-25 19:18:47 +07:00
Elysia
c193116100 fix: voice connection 2024-07-25 10:50:46 +07:00
Elysia
2efb496bf7 release: v3.3.0 2024-07-24 20:22:47 +07:00
Elysia
f96c623b04 fix: docs dispatcher 2024-07-24 19:42:12 +07:00
Elysia
515615cb04 fix: docs (StreamConnection again) 2024-07-24 19:35:49 +07:00
Elysia
dcd9a72971 docs: fix 2024-07-24 19:32:22 +07:00
Elysia
62855ab34a chore: typing 2024-07-24 19:30:09 +07:00
Elysia
26aa85c126 feat: try implement djs voice + video (v12) 2024-07-24 19:27:50 +07:00
Elysia
7fa4666df0 fix: AFK 2024-07-24 12:06:52 +07:00
Elysia
bbbf40c5ac fix: proxy error 2024-07-22 21:29:16 +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
bd89decae9 Update Client.js 2024-07-06 13:43:38 +07:00
Elysia
84ca759405 fix: client.acceptInvite bypassVerify not working
#1097
2024-07-06 13:38:35 +07:00
Elysia
9243a12b43 Merge branch 'main' of https://github.com/aiko-chan-ai/discord.js-selfbot-v13 2024-07-06 13:31:28 +07:00
Elysia
558189b217 fix: Unknown Message
This is the `n`th time I've tried to fix this and luckily it worked
Fix: #1194 #1177 #1168 #1108 #1045

Co-Authored-By: The DT <80153297+thedtvn@users.noreply.github.com>
2024-07-06 13:31:26 +07:00
Misono Mika
2ef3df420e fix(client): handle promise rejections 2024-07-04 14:21:21 +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