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
|
f8a8ac7fc6
|
feat: add Message#bulkDeletable (v13)
#8761 djs
|
2022-11-26 22:17:33 +07:00 |
|
March 7th
|
69c5eb94d2
|
feat(InteractionResponses): add message parameter (v13)
#8838 djs
|
2022-11-26 22:02:34 +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
|
ac63d40cb3
|
chore: clean code
|
2022-11-19 17:59:25 +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
|
f6464ea818
|
feat: Update UserFlags
|
2022-11-11 11:03:34 +07:00 |
|
March 7th
|
e7f0d3dbda
|
chore: release v2.8.15
|
2022-11-09 20:18:13 +07:00 |
|
NekoCyan
|
b88eb0d6a4
|
fix: WS identify data.
|
2022-11-09 04:18:27 +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
|
0975224da0
|
fix: sendSlash in dm channel
|
2022-11-06 12:05:18 +07:00 |
|
March 7th
|
035d933771
|
feat(SelectMenu): SelectMenu v2
|
2022-11-05 20:02:27 +07:00 |
|
March 7th
|
04296bd6d1
|
chore: release v2.8.11
|
2022-11-04 19:46:05 +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
|
db696d3e16
|
feat: new Nitro type
Nitro basic
|
2022-10-26 18:57:30 +07:00 |
|
Conner Dassen
|
291ff6818d
|
remote auth uses client user agent and ws props
|
2022-10-26 01:59:19 +02: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
|
17b3ca237c
|
fix: missing deps
|
2022-10-15 12:26:52 +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
|
2fb09d7da6
|
feat: Guild Forum channel
https://github.com/discordjs/discord.js/pull/8651
|
2022-10-03 19:25:39 +07:00 |
|
March 7th
|
5e715fad5e
|
fix sessions manager
|
2022-10-03 18:09:10 +07:00 |
|
March 7th
|
e9961e4134
|
chore(release): v2.6.16
|
2022-09-28 22:09:00 +07:00 |
|
March 7th
|
651f5b82c1
|
fix eslint 2
|
2022-09-28 19:58:13 +07:00 |
|
March 7th
|
711cd3f10c
|
fix eslint
|
2022-09-28 19:43:41 +07:00 |
|
March 7th
|
11e2798ae5
|
Update
- Deps:
+ `discord-api-types`: `0.37.8` > `0.37.10`
+ `ws`: `8.8.1` > `8.9.0`
+ `string-similarity`: `4.0.4`
- Dev deps:
+ `eslint`: `8.23.0` > `8.24.0`
- Update @discordjs/voice
- fix(SendSlash): Error when fetch autocomplete data
- fix(MessageButton): Circular Dependencies
|
2022-09-28 19:40:46 +07:00 |
|
March 7th
|
7defc76498
|
Update discord version, user agent
|
2022-09-26 17:53:57 +07:00 |
|
March 7th
|
d514d2ed60
|
New abort code: INVITES_DISABLED: 40069
1a286f872c (commitcomment-84620262)
|
2022-09-22 17:36:11 +07:00 |
|
March 7th
|
70cde7df55
|
feat: Update
- Event for GroupDM
- Friend nickname
#29
|
2022-09-16 19:08:15 +07:00 |
|
March 7th
|
16f6cb7327
|
add MESSAGE_CONTENT intent (v13)
#8580 Discord.js v13.11
|
2022-09-04 18:24:19 +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
|
4b9b15a778
|
chore(Constants): Update UserAgent
|
2022-08-20 20:28:35 +07:00 |
|
March 7th
|
9ec9c77703
|
fix(RemoteAuth): Return fake token
|
2022-08-20 20:27:34 +07:00 |
|
March 7th
|
cbc3fbb7b8
|
feat(Client): ClientUserSettingManager => ClientSettingManager
client.setting => client.settings
...
|
2022-08-20 20:26:56 +07:00 |
|
March 7th
|
51f2e5c772
|
chore(RemoteAuth): Replace colors.js => chalk
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
|
2022-08-19 18:50:46 +07:00 |
|
March 7th
|
4aa3ea3a89
|
docs: fix event name
|
2022-08-18 20:09:01 +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
|
e56b1bb702
|
docs: fix broken discord support link
#8485 discord.js v13.11
|
2022-08-14 17:17:37 +07:00 |
|
March 7th
|
de5fe927a3
|
fix(User): Profile data (API) change
- Add GuildMember bio, banner, ...
|
2022-08-09 10:42:30 +07:00 |
|
March 7th
|
c794e9ac6b
|
docs(RemoteAuth): Add docs
|
2022-08-06 19:38:36 +07:00 |
|
March 7th
|
324e05915d
|
refactor(WS): Ws data + Rest Headers
|
2022-08-04 19:27:15 +07:00 |
|
March 7th
|
288d295f8a
|
feat(messageAck) New Event
#233 .-.
|
2022-08-03 19:34:58 +07:00 |
|
March 7th
|
8119666bcb
|
fix(ESLint)
|
2022-08-01 13:02:58 +07:00 |
|