Commit Graph

1102 Commits

Author SHA1 Message Date
Elysia
2fe0ad486d fix: Remove trailing color references
#11007
2025-09-13 18:11:53 +07:00
Elysia
6fbb62ac64 feat: support user guilds
backport #10995
2025-09-13 18:04:34 +07:00
Elysia
ad64e2be11 feat(MessageManager): New pinned messages routes
backport #10993 ?
Note: This commit does not fully implement the features of the new endpoint; it only updates the endpoint and automatically processes data to be compatible with the old endpoint.
2025-09-13 17:55:52 +07:00
Elysia
0d45d3ddb9 feat(User): add collectibles
#10939
2025-09-13 17:44:51 +07:00
Elysia
31f917c242 chore: add nonce
anti selfbot ???
2025-09-13 14:39:52 +07:00
Elysia
6b8c9c8275 feat: Role gradient colours
#10986
2025-09-13 14:33:48 +07:00
Elysia
c7b6eee9fb refactor(ThreadChannel): Remove trimming of name
#10984
2025-09-13 14:17:57 +07:00
Elysia
656356b3c5 docs: remove hardcoded locale from links
#10794
2025-09-13 14:09:27 +07:00
Elysia
56bf7479e6 fix(DirectoryChannel): Export class
backport #10985
2025-09-13 14:06:38 +07:00
Elysia
1668bb7b21 fix(Message): forwarded messages are not crosspostable
backport #10821
2025-09-13 14:04:45 +07:00
Elysia
f68b37a514 fix(GuildChannelManager): properly resolve avatar for createWebhook
backport #10772
2025-09-13 14:03:12 +07:00
Elysia
38c7a02668 fix: correct property access for bot ID in application retrieval (#1665) 2025-07-12 21:06:38 +07:00
Elysia
fdc67d0eff feat: enhance application management with deauthorization and authorized applications retrieval 2025-07-12 20:43:40 +07:00
Elysia
ce747eb5a0 feat: add current session ID hash and getter method in SessionManager 2025-07-11 23:34:11 +07:00
Elysia
9ea355a6e0 typing(SessionManager): fetch method return cache 2025-07-11 23:25:13 +07:00
Elysia
a427baa6d6 Merge pull request #1662 from ZyGout/fix-SessionManager
fix(SessionManager): SessionManager.fetch() returning an empty SessionManager
2025-07-11 23:23:05 +07:00
Elysia
23c669bef9 fix: normalize TOTPKey format and enhance debug messages in RequestHandler 2025-07-10 21:11:24 +07:00
Elysia
780dfe8078 fix: enhance TOTP handling and improve documentation for TOTPKey 2025-07-10 20:31:29 +07:00
Elysia
a82ba7aad1 feat: integrate otplib for TOTP authentication and remove deprecated TOTP utility 2025-07-10 20:11:13 +07:00
Elysia
d774c97d94 chore: add context to captcha-related debug messages in RequestHandler 2025-07-10 19:25:02 +07:00
Elysia
890240d930 fix: request (untested) 2025-07-10 01:54:19 +07:00
Elysia
3c6554b5cb Update VoiceUDPClient.js 2025-07-09 19:55:09 +07:00
Elysia
bac5599c2d Update APIRequest.js 2025-07-09 19:37:19 +07:00
Elysia
154089c57c deps: update 2025-07-09 19:30:40 +07:00
Elysia
16eab4e36b deps: update @discordjs/collection 2025-07-09 19:14:31 +07:00
Elysia
c2fad20ed7 refactor(Message)!: update clickButton method to use CustomID and remove coordinate support 2025-07-09 18:57:09 +07:00
Elysia
64a47093a8 feat: update Options class with new client parameters and improve error messaging 2025-07-08 21:42:02 +07:00
Elysia
011aa4730e fix(ClientUser): Remove token assignment
backport #10953
2025-07-08 21:23:31 +07:00
Elysia
55265d82d3 feat(GuildMember): add avatarDecorationData
backport #10942
2025-07-08 21:20:11 +07:00
Elysia
6f4ac78c7a fix(ChannelManager): Remove threads from cache upon deletion
backport #10883
2025-07-08 20:51:08 +07:00
Elysia
9d2ff0f428 fix(PartialGroupDMChannel): Prevent undefined values
backport #10889 djs
2025-07-08 20:47:28 +07:00
Elysia
00fec85df0 refactor(Client): Remove with_expiration query parameter
backport #10800 djs
2025-07-08 20:38:28 +07:00
Elysia
3cf92a0493 fix: regression in allowedMentions when replying
backport #10866
2025-07-08 20:36:54 +07:00
Elysia
b15cbdde8e fix: allowedMentions, container, media item toJSON() for components v2
backport #10852 djs
2025-07-08 20:34:29 +07:00
Elysia
e2732da506 Add in withComponents to Webhook 2025-07-08 20:13:33 +07:00
Elysia
8eb32a16fe Set with_components when sending components through webhooks 2025-07-08 20:09:13 +07:00
Elysia
cda79ba386 fix(GuildAuditLogEntry): fix some incorrect types and runtime logic
backport #10849 djs
(Partially implemented)
2025-07-08 20:07:43 +07:00
Elysia
f0c47687b4 fix(MessagePayload): preserve existing flags when editing
backport #10766 djs
2025-07-08 19:57:05 +07:00
Elysia
eb639d45d7 fix: Components V2 & docs link 2025-07-08 19:48:32 +07:00
Elysia
74ffe0e3fe refactor: rename UserClan to PrimaryGuild and update related properties 2025-07-08 18:23:04 +07:00
Elysia
b839f9d86f feat: Components V2
Merge pull request #1649 from TotallyTung/main
Todo !?
2025-07-08 18:15:17 +07:00
tungdo0602
69ffeb4c8b fix 2025-07-01 20:21:38 +07:00
tungdo0602
1def6ef27d test 2025-07-01 20:17:13 +07:00
tungdo0602
fd9c0e0d0f fix 5 2025-06-30 22:23:32 +07:00
tungdo0602
2e4542c069 fix 4 2025-06-30 22:19:34 +07:00
tungdo0602
da07ddabee fix 3 2025-06-30 22:05:20 +07:00
tungdo0602
70cd1133f8 fix 2 2025-06-30 21:57:54 +07:00
tungdo0602
8b072d8b38 fix missing stuffs 2025-06-30 21:53:29 +07:00
tungdo0602
127ef86227 add typings, fixed missing json 2025-06-29 14:33:00 +07:00
tungdo0602
767b72182e wtf 2025-06-29 12:56:55 +07:00