March 7th
|
d4cfdc11e2
|
fix: interaction in forum channel
|
2022-11-04 19:11:35 +07:00 |
|
March 7th
|
b3eedc34be
|
feat(CaptchaHandler): Must not use due to safety concerns
|
2022-11-04 18:40:19 +07:00 |
|
Conner Dassen
|
4cd4df6307
|
use client User-Agent and ws props for QRLogin
|
2022-10-26 13:13:13 +02:00 |
|
Conner Dassen
|
291ff6818d
|
remote auth uses client user agent and ws props
|
2022-10-26 01:59:19 +02:00 |
|
March 7th
|
89df4addb9
|
fix: missing deps (2)
|
2022-10-15 12:29:31 +07:00 |
|
March 7th
|
17b3ca237c
|
fix: missing deps
|
2022-10-15 12:26:52 +07:00 |
|
March 7th
|
a141adf385
|
feat: awaitModal
|
2022-10-09 19:37:04 +07:00 |
|
March 7th
|
a1acbf2721
|
Refactor Modal.reply
|
2022-09-29 19:45:22 +07:00 |
|
March 7th
|
fb71762d2d
|
Update
- refactor: rename `RelationshipsManager` > `RelationshipManager`
- feat(RelationshipManager): add `friendCache`, `blockedCache`, `incomingCache`, `outgoingCache`
- feat(ClientApplication): Add `popularCommands`
- deps: Update
|
2022-09-09 23:44:45 +07:00 |
|
March 7th
|
bbdf294330
|
refactor(GuildMemberManager): new Fetch method
|
2022-08-31 11:04:42 +07:00 |
|
March 7th
|
b0c348b50d
|
fix(Ws): args.proxy => args.agent
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
|
2022-08-29 11:26:25 +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
|
8a9d7e8713
|
feat(SessionManager): New feature from Discord
|
2022-08-25 18:20:00 +07:00 |
|
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
|
188ca6f973
|
hotfix: setting return undefined
|
2022-08-20 21:50:22 +07:00 |
|
March 7th
|
cbc3fbb7b8
|
feat(Client): ClientUserSettingManager => ClientSettingManager
client.setting => client.settings
...
|
2022-08-20 20:26:56 +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
|
89349b9eac
|
fix(Client): Emit Warning
fixed #253
|
2022-08-15 19:50:11 +07:00 |
|
March 7th
|
bb24adc1dc
|
feat(Call): Get users in dm call
|
2022-08-14 17:16:51 +07:00 |
|
March 7th
|
81f4e0bd2d
|
fix(Client): Invalid URL + client is undefined
fixed #243
|
2022-08-09 07:38:58 +07:00 |
|
March 7th
|
136bf7ae50
|
fix(Button + SelectMenu): wrong applicationId #222
|
2022-07-26 10:16:27 +07:00 |
|
March 7th
|
eb1aa1458d
|
feat(Client): Add authorizeURL method
|
2022-07-23 19:21:37 +07:00 |
|
March 7th
|
f0b45f981e
|
chore(release): v2.3.8
|
2022-07-16 16:37:41 +07:00 |
|
March 7th
|
7d8b15b007
|
fix: autoRedeemNitro not working
|
2022-07-12 22:08:38 +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
|
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
|
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
|
7c672aab06
|
feat(Client) combine autoRedeem and normal redeem
|
2022-07-09 05:56:04 -05:00 |
|
TheDevYellowy
|
7d42d08cdb
|
feat(Client) Split redeemNitro and autoRedeemNitro
|
2022-07-09 05:40:02 -05:00 |
|
TheDevYellowy
|
4e52655c08
|
add auto nitro redeeming
|
2022-07-09 05:07:01 -05:00 |
|
March 7th
|
a8a9528a28
|
fix(Module): Remove module
discord-rpc-contructor
|
2022-07-07 02:08:00 +07:00 |
|
Cinnamon
|
736238f3df
|
chore(release): version
|
2022-06-26 13:40:26 +07:00 |
|
Cinnamon
|
6068ffc1d8
|
feat(Client): Warning Message, Update UserAgent
|
2022-06-25 10:11:05 +07:00 |
|
March 7th
|
e3d842db53
|
Fix #121 and smail update
|
2022-06-04 13:26:53 +07:00 |
|
March 7th
|
f9ec41c9b6
|
Calling support (1)
|
2022-05-21 20:58:33 +07:00 |
|
March 7th
|
391d972d98
|
document
|
2022-05-06 21:17:20 +07:00 |
|
March 7th
|
25b2d9fdaa
|
Login using QRcode
|
2022-05-03 12:29:10 +07:00 |
|
March 7th
|
c7cc764718
|
readyStatus
The option is set to auto-on. Automatically sync status from other Client (web, desktop) to selfbot
|
2022-04-29 12:13:59 +07:00 |
|
March 7th
|
e4c0c84984
|
.-.
|
2022-04-27 20:37:32 +07:00 |
|
Nguyễn Hồng Đức
|
4bada5b444
|
Fix Reddem
|
2022-04-25 20:22:24 +07:00 |
|
March 7th
|
f165491083
|
GuildMember.fetch() fix
|
2022-04-17 17:21:54 +07:00 |
|
March 7th
|
70637bb8d6
|
ClientSetting.setCustomStatus()
.-.
|
2022-04-16 22:56:18 +07:00 |
|
March 7th
|
2a559f7d36
|
Eslint fix all
|
2022-04-16 19:01:05 +07:00 |
|
March 7th
|
522f7f756a
|
copy eslint + tslint from Discord.js (v13)
|
2022-04-16 17:44:43 +07:00 |
|
March 7th
|
7c7fc192ba
|
1.3.5
+ Fix Typescript
+ Add some websocket event
+ bla bla
|
2022-04-14 21:32:11 +07:00 |
|
March 7th
|
f73525f278
|
1.3.3
Change logs:
+ New Event:
> relationshipAdd: user.id, type
> relationshipRemove: user.id
> client.relationships: RelationshipsManager
> User.relationships
> Update Document .-.
- DEPRECATED
> client.blocked
> client.friends
> clientUser.findFriend
> User.blocked
> User.friend
> some console.log()
|
2022-04-12 12:46:08 +07:00 |
|
March 7th
|
d900f7321c
|
Update
1. Fix Interaction with ephemeral message
2. client.updateCookie()
3. clientUser.findFriend('test', 1234)
4. WebEmbed not working, sad
5. Update Document later ...
|
2022-04-10 19:03:40 +07:00 |
|
March 7th
|
f361bed628
|
Selfbot update
added headers to discord hard to detect selfbot
'x-fingerprint'
cookies
'x-super-properties'
|
2022-04-08 19:00:31 +07:00 |
|