Commit Graph

684 Commits

Author SHA1 Message Date
March 7th
2da3c404d2 fix(User): user.bio return object 2022-08-24 12:08:33 +07:00
March 7th
ac8218b421 chore(release): v2.6.7 2022-08-23 23:49:33 +07:00
March 7th
468416adb6 fix(Client): createToken throw error Invalid URL 2022-08-23 23:49:22 +07:00
March 7th
30a8446c18 fix(Options): checkUpdate error 2022-08-21 09:54:13 +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
9f33ab1cfd chore(release): v2.6.6
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-20 21:52:04 +07:00
March 7th
188ca6f973 hotfix: setting return undefined 2022-08-20 21:50:22 +07:00
March 7th
9d32777ea0 chore(release): v2.6.5 2022-08-20 20:30:23 +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
Cinnamon
3ec6bf45fb
Merge pull request #266 from hocsinhgioitoan/main
fix(ClientUserSettingManager): data.guild_positions return undefined
2022-08-20 18:05:07 +07:00
hocsinhgioitoan
45d84fa328 fix: #265 2022-08-20 18:01:04 +07:00
March 7th
bcd4d20c50 chore(release): v2.6.4
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-19 19:21:22 +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
15f95626c6 feat(GroupDM): Add setOwner, handle event update
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-19 18:16:11 +07:00
Cinnamon
e4567e9caf
Merge pull request #264 from bforbiggy/patch-1
Group ownership not required for member adding
2022-08-19 17:36:53 +07:00
bforbiggy
210fb9ae76
Group ownership not required for member adding 2022-08-18 16:19:45 -04:00
March 7th
a03703e141 Update main.json 2022-08-18 20:12:37 +07:00
March 7th
4aa3ea3a89 docs: fix event name 2022-08-18 20:09:01 +07:00
March 7th
ca0328fa99 chore(release): v2.6.3
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-18 20:04:09 +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
b870b51c11 chore(release): v2.6.2 2022-08-18 12:11:49 +07:00
Cinnamon
8082ade700
Merge pull request #261 from archubbuck/patch-1
Adds support for slash commands with no options
2022-08-18 11:24:25 +07:00
Adam Chubbuck
80278d3e0d
Adds support for slash commands with no options 2022-08-17 21:26:25 -04:00
March 7th
666cddf9f0 chore(release): v2.6.1 2022-08-17 17:49:58 +07:00
March 7th
f996bf0fae fix(SendSlash): Mix SubGroupCommand and SubCommand 2022-08-17 17:48:22 +07:00
March 7th
f675d2dd58 types(ModalMessageModalSubmitInteraction): channelId is not nullable (v13)
#8505
2022-08-17 17:46:24 +07:00
March 7th
36b2d52449 docs: Specify time unit in awaitModalSubmit (v13)
#8506
2022-08-17 17:45:31 +07:00
March 7th
3914c3f143 Update VoiceCall.md 2022-08-16 22:16:02 +07:00
March 7th
79e5c52a2b Update VoiceCall.md 2022-08-16 19:16:29 +07:00
March 7th
c43ea9ed5e Update VoiceCall.md 2022-08-16 18:55:49 +07:00
March 7th
941a6c7487 Update VoiceCall.md 2022-08-16 18:50:33 +07:00
March 7th
954d054c65 docs: fix ReferenceError: createStream is not defined 2022-08-16 18:48:47 +07:00
March 7th
75c8edb26b docs(VoiceCall): Update music lib 2022-08-16 18:47:23 +07:00
March 7th
bfad5d4187 docs(VoiceCall): Make lib play music
3 hours :v
2022-08-16 18:33:40 +07:00
March 7th
a4061d4927 chore(release): v2.6.0
No discord.js v13.11 :v
2022-08-15 19:51:51 +07:00
March 7th
347caf9dce refactor(SendSlash): Perfect 🐛 2022-08-15 19:51:01 +07:00
March 7th
89349b9eac fix(Client): Emit Warning
fixed #253
2022-08-15 19:50:11 +07:00
Cinnamon
b2d41d8002
Update VoiceCall.md 2022-08-14 22:58:20 +07:00
March 7th
a21ebe611a chore(release): v2.5.1 2022-08-14 22:51:25 +07:00
March 7th
c76c34189c fix(ClientPresence): Set Activity Type
fixed #251
2022-08-14 22:50:44 +07:00
March 7th
d54089279d docs: Update example (Voice) 2022-08-14 18:43:00 +07:00
March 7th
04a0112ff0 chore(release): v2.5.1 2022-08-14 17:19:10 +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
bb24adc1dc feat(Call): Get users in dm call 2022-08-14 17:16:51 +07:00
March 7th
a24f29b802 chore(release): v2.5.0 2022-08-11 10:53:45 +07:00
March 7th
97f1c41232 docs: Update ConnectionAccount 2022-08-11 10:52:43 +07:00
March 7th
c6f5550c6e fix(ThreadChannel): Handle possibly null parent (v13)
#8467 djs v13.10
2022-08-11 09:57:15 +07:00