Commit Graph

92 Commits

Author SHA1 Message Date
March 7th
468416adb6 fix(Client): createToken throw error Invalid URL 2022-08-23 23:49:22 +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
9ec9c77703 fix(RemoteAuth): Return fake token 2022-08-20 20:27:34 +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
a03703e141 Update main.json 2022-08-18 20:12:37 +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
666cddf9f0 chore(release): v2.6.1 2022-08-17 17:49:58 +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
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
97f1c41232 docs: Update ConnectionAccount 2022-08-11 10:52:43 +07:00
March 7th
19dc2ee263 feat(GuildMemberManager): _fetchMany 2022-08-09 10:43:16 +07:00
March 7th
c794e9ac6b docs(RemoteAuth): Add docs 2022-08-06 19:38:36 +07:00
March 7th
1bdb5a0f15 chore(release): v2.4.11 2022-08-04 19:45:27 +07:00
March 7th
931605ae0d fix: JSDocs parse error 2022-08-03 19:47:37 +07:00
March 7th
171f2b1af9 chore(release): v2.4.7 2022-08-01 12:43:21 +07:00
March 7th
4be5656f3d fix(ClientUser): Method (require nitro) not work 2022-08-01 12:31:18 +07:00
March 7th
71e91d3761 chore(release): v2.4.6
v13.9.1
2022-07-26 10:18:46 +07:00
March 7th
1e9c6ad9d5 Create readme.md 2022-07-26 09:53:26 +07:00
March 7th
18cf4c58da chore(release): v2.4.4 2022-07-23 19:22:10 +07:00
March 7th
4710329beb feat(RichPresence): Support RPC Discord Apps (IPC) [2] 2022-07-23 18:56:49 +07:00
March 7th
5ac7dcf853 feat: Add new ApplicationFlags 2022-07-22 11:08:40 +07:00
March 7th
48983871a6 chore(release): v2.4.1 2022-07-19 20:33:04 +07:00
March 7th
1c63b3fe31 chore(release): v2.4.0
Discord.js v13.9.0 Final
2022-07-18 01:00:05 +07:00
March 7th
84aa682bf6 feat(MessageManager): Add offset and limit (search method) 2022-07-17 22:26:50 +07:00
March 7th
600df364f4 fix: see description
- Spell Check
- Rewrite Docs
- Rewrite Enums
2022-07-17 17:52:28 +07:00
March 7th
f0b45f981e chore(release): v2.3.8 2022-07-16 16:37:41 +07:00
March 7th
83a064e689 fix(RPC): Invalid data 2022-07-16 15:43:11 +07:00
March 7th
51cea4eb9d docs: Update 2022-07-16 00:50:54 +07:00
March 7th
3b5ac56f46 fix(GuildChannelManager): edit lockPermissions
#8267 - djs v13.9
2022-07-15 21:40:30 +07:00
March 7th
d09b7a7bf5 typing: method for User 2022-07-15 17:41:26 +07:00
March 7th
98467dc92d typing: replace respond data 2022-07-15 17:35:01 +07:00
March 7th
fad6d708b4 chore(release): v2.3.75
- fix: VoiceStateUpdate event not working (DM channels + Group DM channels)
- docs: add sendSlash method
- feat: Add new Event: callCreate, callUpdate, callDelete
- fix(GroupDM): method require Class
2022-07-15 17:26:25 +07:00
March 7th
1a6b3addfe refactor(Interaction): See description
- Change the data returned when interacting, from `nonce: Snowflake` to `data: InteractionResponseBody` (use try catch to detect command errors)
- Full support for Autocomplete (Automatically selects the first option)
2022-07-12 19:30:18 +07:00
March 7th
b1257bc62d fix: Export, Typing, etc.
- Rename `RemoteAuth` > `DiscordAuthWebsocket`
- Add new method: Client.remoteAuth() & Client.createToken()
- fix: RedeemNitro (wrong Regex)
2022-07-11 15:04:07 +07:00
March 7th
fe9be92bd2 fix(export): Classname 2022-07-10 19:28:47 +07:00
March 7th
c4c6f0832f docs: Fix DeveloperPortalApplication 2022-07-10 16:40:51 +07:00
March 7th
34073738c8 docs: Fix DeveloperPortalApplication 2022-07-10 16:31:42 +07:00
March 7th
aae4b3d1d9 chore(release): v2.3.7
- docs: Add `MessageActivityType` (v13) #8257
- Developer Portal control support (create, delete)
- Application: create bot, reset secret, token, delete, edit, assets
2022-07-10 16:26:40 +07:00
March 7th
2d78b2437e fix(PresenceUpdate): Event not emit 2022-07-09 20:14:18 +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
March 7th
6e20cbb592 docs: Add MessageActivityType (v13) 2022-07-09 12:31:42 +07:00
March 7th
b17ae69c1e fix(PurchasedFlags): wrong 2022-07-08 00:23:41 +07:00
March 7th
bf7d09a151 Docs: Update 2022-07-07 16:11:40 +07:00
March 7th
0b5845d31e fix(Docs): Missing extends 2022-07-07 02:15:48 +07:00
March 7th
6ccf6ec8f3 fix(Docs): Missing methods 2022-07-07 02:12:21 +07:00
March 7th
a8a9528a28 fix(Module): Remove module
discord-rpc-contructor
2022-07-07 02:08:00 +07:00
March 7th
5246129553 fix(JSDoc): Invalid docs 2022-07-07 01:47:08 +07:00
March 7th
fd17a6a6f0 refactor(RichPresence): for Selfbot 2022-07-07 01:42:21 +07:00