Commit Graph

76 Commits

Author SHA1 Message Date
Elysia
8688c67f10 feat: update discord client UA & buildNumber 2023-03-28 15:46:09 +07:00
Elysia
3e5058c828 feat: update
- update deps
- node-fetch v3 > v2
- ...
2023-03-21 18:47:11 +07:00
Elysia
fe44b48552 chore: v2.12.0 2023-03-17 00:06:45 +07:00
Elysia
b43f550e55 Update Options.js 2023-03-12 11:32:19 +07:00
Elysia
3d44ff54f7 feat: capmonster 2023-03-05 17:51:34 +07:00
Elysia
4a2f1d9c85 feat: update client version 2023-03-02 18:48:49 +07:00
Elysia
c7cffbae17 feat: update client 2023-02-21 22:11:36 +07:00
Elysia
64882b0d77 fix: discord build update 2023-02-15 00:01:08 +07:00
Elysia
705d03844d feat(Options): captchaRetryLimit 2023-02-14 23:46:38 +07:00
Elysia
756a241051 fix: #523
i hate discord 😭
2023-02-09 19:26:39 +07:00
March 7th
4c838a5e26 feat: Switch User
test #477
2023-01-26 13:40:51 +07:00
March 7th
c9d2d1bd18 feat: custom solve captcha function 2023-01-03 13:56:24 +07:00
March 7th
affcf5e166 feat: Update (see description)
```diff
+ fix: Discord Ban (invalid headers)
+ fix: acceptInvite not working (invalid captcha data)
+ feat: automod update
- feat: remove `nopecha`
- feat: remove Client#updateCookie & ClientOptions#autoCookie
```
2022-12-27 17:27:34 +07:00
March 7th
8898a91ed0 chore: update buildNumber 2022-12-25 18:37:56 +07:00
March 7th
798650929b feat: remove user-agent diff windows and chrome 2022-12-12 18:51:37 +07:00
March 7th
8b4924e147 feat: update (see description)
- Remove `bignumber.js`
- Fix `circular dependency`
- Fix: missing activity.name (SpotifyRPC)
- Refactor code
- Update UserAgent
2022-12-05 18:30:45 +07:00
March 7th
7d34a5de24 feat: Add new flags, new option for Message#selectMenu 2022-12-04 01:46:40 +07:00
March 7th
c13221c426 chore: v2.9.8 2022-11-28 23:27:39 +07:00
March 7th
c70dc733e2 feat: Using new attachment API 2022-11-27 19:45:58 +07:00
March 7th
96ac2f95dd chore: readme 2022-11-27 13:53:43 +07:00
March 7th
62c71950ac chore: v2.9.4
- fix fetchMemberList
2022-11-23 22:09:24 +07:00
March 7th
40cc1e7c5f chore: update latest build number 2022-11-19 18:01:47 +07:00
March 7th
54ea46ce4b feat: ClientOptions#interactionTimeout 2022-11-19 17:59:52 +07:00
March 7th
453b9150f7 chore: release v2.9.0 2022-11-12 18:11:30 +07:00
March 7th
0c6ba7a211 feat: Update UserFlags & ApplicationFlags 2022-11-12 09:53:38 +07:00
March 7th
e7f0d3dbda chore: release v2.8.15 2022-11-09 20:18:13 +07:00
March 7th
f5de4de7c0 feat: Login Discord (email + password) 2022-11-08 23:56:17 +07:00
March 7th
7e4a3ccd57 fix: Package (read description)
- Security update
 + Update Discord Version
 + Update WS identify data
- Fix Captcha Handler
2022-11-08 13:27:44 +07:00
March 7th
035d933771 feat(SelectMenu): SelectMenu v2 2022-11-05 20:02:27 +07:00
March 7th
b3eedc34be feat(CaptchaHandler): Must not use due to safety concerns 2022-11-04 18:40:19 +07:00
March 7th
0c3d922096 chore: release v2.8.8
- User.themeColors
- Update ClientBuild
2022-10-26 19:38:09 +07:00
March 7th
95ef7a2b41 chore: release v2.8.6
- Update Discord Client version
- Update UserAgent
- Update deps
2022-10-23 19:00:07 +07:00
March 7th
8b7a93bf22 chore: deps + dev deps
+ Update @discordjs/builders
+ Update @discordjs/collection
+ Update @sapphire/shapeshift
+ Update discord-api-types
+ Update eslint
+ Update tsd
- Remove @discordjs/voice
+ @discordjs/voice patch v0.13
+ Fix `patchVoice` options
2022-10-14 18:12:47 +07:00
March 7th
5e715fad5e fix sessions manager 2022-10-03 18:09:10 +07:00
March 7th
7defc76498 Update discord version, user agent 2022-09-26 17:53:57 +07:00
March 7th
00a2b8aa5b feat(Client): Support Proxy
- https://github.com/discordjs/discord.js/issues/3039#issuecomment-1033955220
- #283
(not tested yet)

Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-29 11:10:47 +07:00
March 7th
1587b12d22 feat(ClientOptions): Add messageCreateEventGuildTimeout`
Increase timeout each time WS send

If you don't want a timeout, set it to `0`

Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-21 09:43:22 +07:00
March 7th
70716bc63a chore(Options): Update Version Discord 2022-08-20 20:29:51 +07:00
March 7th
9ce15990c1 feat(RemoteAuth): v2
- Change event name: `success` -> `finish`
- Event `closed` return `token`

Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-18 20:04:00 +07:00
March 7th
324e05915d refactor(WS): Ws data + Rest Headers 2022-08-04 19:27:15 +07:00
March 7th
f0b45f981e chore(release): v2.3.8 2022-07-16 16:37:41 +07:00
March 7th
536a86a5f3 Minor update
- feat(Client): redeemNitro & autoRedeemNitro
- fix(Modal): Reply modal bug
- fix(RichPresence): setAssetsImage bug
- refactor(RichPresence): Clean code
2022-07-09 19:47:00 +07:00
TheDevYellowy
4e52655c08 add auto nitro redeeming 2022-07-09 05:07:01 -05:00
Cinnamon
5fd081b6dd refactor(Ready): Update module pls .... 2022-06-24 09:50:09 +07:00
March 7th
2d044dceb4 Support Bots (maybe) 2022-06-17 13:34:42 +07:00
March 7th
f7a6526111 fix(ClientOptions): Lint 2022-06-16 20:21:54 +07:00
March 7th
96eb5835c4 refactor(ClientOptions): remove $ prefix from ws.properties keys
https://github.com/discordjs/discord.js/pull/8094
v13.8.1 go brrr
2022-06-16 20:21:11 +07:00
March 7th
b435f9d20e refactor(ClientOptions): remove $ prefix from ws.properties keys
https://github.com/discordjs/discord.js/pull/8094
v13.8.1 go brrr
2022-06-16 20:17:08 +07:00
March 7th
dce9c8013c chore(release): version
- Bypass Discord Phone Verification
2022-06-16 18:50:25 +07:00
March 7th
305ccaac90 v2.2.0
Discord.js v13.8.0
2022-06-06 11:21:36 +07:00