Commit Graph

45 Commits

Author SHA1 Message Date
Speedy
ca7232afc9
Add user account functionality for fetching active threads 2022-06-13 21:07:59 +01:00
March 7th
07d52ee41b fix: opcode 24 (Interaction search function)
Todo: Rewrite slash command ...
2022-06-12 19:13:12 +07:00
March 7th
81bc22f388 fix: document 2022-06-11 20:17:27 +07:00
March 7th
c9f1010e54 fix: error
- Documents
- Enums
- Checkupdate function
- Update UserAgent
2022-06-11 20:13:52 +07:00
March 7th
83ce0a0f43 Update
- Warn msg
- Add `nonce` param (interaction)
2022-06-08 12:35:19 +07:00
March 7th
305ccaac90 v2.2.0
Discord.js v13.8.0
2022-06-06 11:21:36 +07:00
March 7th
b0172e6b51 Add some UserFlags (Undocument) 2022-06-04 14:00:20 +07:00
valadaptive
56940a2f36 Remove stray console.log 2022-05-23 05:39:02 -04:00
March 7th
c201e7da69 Discord.js v13.7 2022-05-14 15:06:15 +07:00
March 7th
c6316814eb fix 2022-05-03 14:26:19 +07:00
March 7th
a7468df6de fix bug 2022-05-03 14:21:44 +07:00
March 7th
da02043957 update setting 2022-05-03 14:15:02 +07:00
March 7th
43045f0b70 Automatic update of _Sidebar.md from github-wiki-sidebar 2022-04-26 12:41:31 +07:00
March 7th
d227e0584b Fix bug (Hot fix) 2022-04-17 22:22:55 +07:00
March 7th
f165491083 GuildMember.fetch() fix 2022-04-17 17:21:54 +07:00
March 7th
e9ba80a325 RPC with Custom Image
and fix something
2022-04-17 00:11:46 +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
d78a10ed76 1.3.4
Get interaction commands using gateway
2022-04-12 20:46:25 +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
89d8b08a08 1.3.2
Fix guild.members.fetch()
New event: guildMemberListUpdate (same as guildMemberChunk)
2022-04-11 19:48:20 +07:00
Tropicallism
f1fc882d35
Add files via upload 2022-04-11 04:12:35 +02: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
26d9e4cbb9 mini update
- ClientUserSettingManager (Discum)
- Document (API version, Cookie, ...)
- x-super-properties header Request (Discum)
2022-04-05 19:01:20 +07:00
March 7th
54d0e9d272 Group DM channel
Feature list: Create, Add member, Remove member, fetchInvite, createInvite, setName, setIcon, send Message, leave .-.
2022-04-03 11:53:09 +07:00
March 7th
498200d706 Todo
.-.
2022-04-02 23:22:57 +07:00
March 7th
42bea13249 Embeds send support
maybe ... + fix message edit
2022-04-01 22:48:49 +07:00
March 7th
8c7dfd595c 3. User Note
Credit: Discord S.C.U.M
2022-03-30 18:40:43 +07:00
March 7th
26c1e01a5f Update New Method 2022-03-28 20:46:18 +07:00
March 7th
afe743ec45 Fix
D:\Breaker\SelfBot\node_modules\discord.js-selfbot-v13\src\managers\CachedManager.js:58
const entry = this.holds ? new this.holds(this.client, data, ...extras) : data;
                           ^
TypeError: this.holds is not a constructor
at ReactionUserManager._add (D:\Breaker\SelfBot\node_modules\discord.js-selfbot-v13\src\managers\CachedManager.js:58:32)
at new CachedManager (D:\Breaker\SelfBot\node_modules\discord.js-selfbot-v13\src\managers\CachedManager.js:32:14)
2022-03-27 00:52:20 +07:00
March 7th
91b5be5a88 Messages Fetch Fix
Not using endpoint messages,
using search endpoint
2022-03-26 23:00:07 +07:00
March 7th
f4c8489beb Working 2022-03-25 23:31:17 +07:00
March 7th
fd4a6fa509 Slash Command and Context Menu
- Doc. comming soon
2022-03-25 22:57:21 +07:00
March 7th
463d5b1e41 Fix
UserManager.js:95
    if(!this.user.bot) await userObject.getProfile().catch(() => {});
                  ^

TypeError: Cannot read properties of undefined (reading 'bot')
    at UserManager.fetch (UserManager.js:95:19)
2022-03-25 18:58:17 +07:00
March 7th
7dfdef46a5 Downgrade to v13
[vi] cảm giác đau khổ
2022-03-24 17:55:32 +07:00
March 7th
9596b1a210 Fix
- Message Send and Edit (Using REST, not patch Axios)
- Send Attachment Fix
2022-03-23 20:34:03 +07:00
March 7th
f5d2469842 Fix MessageEdit
Know: Webhook Edit error
2022-03-21 12:16:46 +07:00
March 7th
33c82f4e81 .-. 2022-03-21 11:23:41 +07:00
March 7th
ec9428f9c2 Update ClientUserSettingManager.js 2022-03-21 10:50:14 +07:00
March 7th
9307497a0a Fix minor bug
TypeError: Cannot set properties of null (setting 'status')
2022-03-21 10:48:32 +07:00
March 7th
9c625a9bf5 Set Position of Guild 2022-03-20 14:25:53 +07:00
March 7th
38ee699313 Throw Error 2022-03-19 19:06:13 +07:00
March 7th
ac49705f3e Initial commit 2022-03-19 17:37:45 +07:00