Commit Graph

1659 Commits

Author SHA1 Message Date
TheDevYellowy
161a37fe20 fix(RelationshipManager): change sendFriendRequest to hopefully reduce account bans 2025-01-22 13:07:40 -06:00
dependabot[bot]
27938885bd chore(deps-dev): bump @types/node from 20.14.12 to 22.10.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.12 to 22.10.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 06:41:04 +00:00
Elysia
8ea7574957 Merge pull request #1452 from aiko-chan-ai/dependabot/npm_and_yarn/undici-6.21.1
chore(deps): bump undici from 6.21.0 to 6.21.1
2025-01-22 13:39:36 +07:00
dependabot[bot]
ebd661cec9 chore(deps): bump undici from 6.21.0 to 6.21.1
Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 6.21.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 22:30:52 +00:00
Elysia
6301bab181 chore: bump version to 3.5.1 2025-01-21 14:24:35 +07:00
Elysia
171d7e5927 fix(Client): update authorizeURL return type to include location 2025-01-21 14:09:28 +07:00
Elysia
8afd17de49 chore: bump version to 3.5.0 2025-01-21 11:00:22 +07:00
Elysia
b03adcc7c1 feat: fetching presences
#1429
2025-01-21 10:57:25 +07:00
Elysia
9f44c85782 fix(Message): move messageSnapshots initialization to the correct position 2025-01-21 02:50:43 +07:00
Elysia
d5dab89a47 docs: update README to reflect discord.js version 14.17.3 2025-01-21 02:26:50 +07:00
Elysia
bb20d581eb fix: use resolve() for PermissionOverwrites
#10686 djs
2025-01-21 02:21:15 +07:00
Elysia
f0d3584a2a fix(Message): Ensure channel is defined for clean content
#10681 djs
2025-01-21 02:17:11 +07:00
Elysia
3a0d5745ea refactor: remove extra traversing
#10580 djs
2025-01-21 02:11:19 +07:00
Elysia
62d2630643 refactor: use cache.get() for snowflakes, resolve() otherwise
#10626 djs
2025-01-21 02:09:03 +07:00
Elysia
b76e8124c6 feat: message forwarding
#10464 djs
2025-01-21 01:51:46 +07:00
Elysia
c06afb06dc feat: recurring scheduled events
#10447 djs
2025-01-21 01:48:08 +07:00
Elysia
f0f0871d08 feat(GuildMember): Banners
#10384 djs
2025-01-21 01:40:30 +07:00
Elysia
8b04bbe667 feat: Voice Channel Effect Send
#10318 djs
2025-01-21 01:35:23 +07:00
Elysia
599e53abe6 feat: Emit reaction type on gateway events
#10598 djs
2025-01-21 01:29:18 +07:00
Elysia
002b1d8fc0 docs(Client): Fix incorrect managers descriptions 2025-01-21 01:20:04 +07:00
Elysia
6f17a5b4cd docs: add note about idempotence to role add/remove routes
#10586 djs
2025-01-21 01:17:55 +07:00
Elysia
d6718cf0a2 docs: Typos
#10628 djs
2025-01-21 01:16:49 +07:00
Elysia
d0aa9b3702 fix(GuildScheduledEvent): handle null recurrence_rule
#10543 djs
2025-01-21 01:15:13 +07:00
Elysia
8b05852a85 fix(MessageReaction): Address undefined burst properties
#10597 djs
2025-01-21 00:59:37 +07:00
Elysia
963d244d07 fix(ThreadChannel): Make ownerId always present
#10618 djs
2025-01-21 00:58:18 +07:00
Elysia
6170b3755b fix(InteractionResponses): Properly resolve message flags
#10661 djs
2025-01-21 00:55:48 +07:00
Elysia
15f707b38a feat: auto MFA handling
Co-Authored-By: Yellowy <64450187+TheDevYellowy@users.noreply.github.com>
2025-01-20 23:44:36 +07:00
Elysia
8ba1834e55 Merge branch 'main' of https://github.com/aiko-chan-ai/discord.js-selfbot-v13 2025-01-20 23:26:54 +07:00
Elysia
2ba55146f8 Merge pull request #1446 from TheDevYellowy/main
feat: add mfa code completion from TOTP key
2025-01-20 23:26:19 +07:00
Elysia
759cad461f fix: add MFA code support to authorizeURL method 2025-01-20 23:10:12 +07:00
Elysia
4442918d82 fix: update Client#authorizeURL method 2025-01-20 22:59:10 +07:00
Elysia
48facbefea fix: update Node.js engine requirement to 18.17 for compatibility 2025-01-20 20:46:35 +07:00
TheDevYellowy
aaf5df1de3 fix: remove mfaCode from passLogin and make sure that code passes tests 2025-01-20 03:53:44 -06:00
TheDevYellowy
5fbca25c45 feat: add mfa code completion from TOTP key 2025-01-20 03:48:11 -06:00
Elysia
c1f6f5e78c fix: update refreshAttachmentURL to accept rest parameters for improved flexibility 2024-12-29 21:49:29 +07:00
Elysia
053084d082 fix: enhance URL handling in refreshAttachmentURL and improve error handling in DataResolver 2024-12-29 21:43:28 +07:00
Elysia
9cfe153252 chore: bump version to 3.4.6 2024-12-13 21:31:49 +07:00
Elysia
020414a06d Merge branch 'main' of https://github.com/aiko-chan-ai/discord.js-selfbot-v13 2024-12-13 20:53:01 +07:00
Elysia
0f50a97d95 Update SlashCommand.md 2024-12-13 20:52:52 +07:00
Elysia
d2774979ff Merge branch 'main' of https://github.com/aiko-chan-ai/discord.js-selfbot-v13 2024-12-13 20:51:55 +07:00
Elysia
f3f81581f3 Update SlashCommand.md 2024-12-13 20:51:45 +07:00
Elysia
1bb7203a66 feat: implement ProxyAgent support and update HTTP options for improved proxy handling 2024-12-13 20:19:09 +07:00
Elysia
d4bace98b3 refactor: remove deasync and fluent-ffmpeg dependencies 2024-12-13 17:48:51 +07:00
Elysia
a1a75fb821 chore: bump version to 3.4.5 in package.json 2024-12-01 11:35:55 +07:00
Elysia
d087fe5095 fix: normalize HTTP method to uppercase in APIRequest to comply with spec 2024-12-01 11:32:10 +07:00
Elysia
d3184f24ad chore: bump version to 3.4.4 and add find-process and tree-kill dependencies in package.json and pnpm-lock.yaml 2024-11-28 10:40:38 +07:00
Elysia
c10dc9766b chore: bump version to 3.4.3 in package.json 2024-11-27 20:36:26 +07:00
Elysia
a12b84da74 feat: update OAuth2 authorization options and add method warnings for deprecated functionality 2024-11-27 20:34:27 +07:00
Elysia
30a714786f refactor: update dependencies and remove unused packages in package.json and pnpm-lock.yaml 2024-11-27 19:49:41 +07:00
Elysia
5f9ac34780 fix: remove deprecated ring method from User class and update return type in GroupDMChannel 2024-11-27 16:21:27 +07:00