Commit Graph

193 Commits

Author SHA1 Message Date
March 7th
18cf4c58da chore(release): v2.4.4 2022-07-23 19:22:10 +07:00
March 7th
3d792564a3 chore(release): v2.4.3 2022-07-23 18:57:21 +07:00
March 7th
821b7d0ee4 chore(release): v2.4.2 2022-07-22 11:10:01 +07:00
March 7th
57f8456915 chore(deps): Update deps 2022-07-22 10:58:56 +07:00
March 7th
48983871a6 chore(release): v2.4.1 2022-07-19 20:33:04 +07:00
March 7th
0a6c6d6c10 chore(deps) Description
- @discordjs/collection v0.7 > v1.0
- @discordjs/voice v0.10 > v0.11
- Update patch @discordjs/voice
2022-07-19 20:31:14 +07:00
dependabot[bot]
ffdb242631
chore(deps): bump @discordjs/builders from 0.15.0 to 1.0.0
Bumps [@discordjs/builders](https://github.com/discordjs/discord.js) from 0.15.0 to 1.0.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/@discordjs/builders@0.15.0...@discordjs/builders@1.0.0)

---
updated-dependencies:
- dependency-name: "@discordjs/builders"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 12:43:34 +00: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
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
156cdd4918 feat(VoiceState): add user prop. 2022-07-16 00:50:27 +07:00
March 7th
dac47563c6 chore(release): v2.3.76 2022-07-15 21:40:44 +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
7d8b15b007 fix: autoRedeemNitro not working 2022-07-12 22:08:38 +07:00
March 7th
02348ef5ad fix(Event): this.message is undefined
Fixed #199
2022-07-12 21:29:59 +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
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
March 7th
b17ae69c1e fix(PurchasedFlags): wrong 2022-07-08 00:23:41 +07:00
March 7th
010272fba7 Minor change (description)
- feat(ApplicationCommand): add `min_length` and `max_length` for string option (v13) #8217 (Djs v13.9)
- fix(Interaction): Button.click & Menu.select return Snowflake
- feat(MessagePayload): Send Activity message
2022-07-07 16:10:51 +07:00
March 7th
a8a9528a28 fix(Module): Remove module
discord-rpc-contructor
2022-07-07 02:08:00 +07:00
March 7th
fd17a6a6f0 refactor(RichPresence): for Selfbot 2022-07-07 01:42:21 +07:00
dependabot[bot]
c819e6852b
chore(deps-dev): bump tsd from 0.21.0 to 0.22.0
Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 12:49:21 +00:00
dependabot[bot]
a9f8b12466
chore(deps): bump discord-api-types from 0.35.0 to 0.36.0
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.35.0 to 0.36.0.
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.35.0...0.36.0)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 12:38:32 +00:00
Cinnamon
2b72918b17 chore(release): version 2022-06-29 10:28:38 +07:00
Cinnamon
e7ca84ee3b chore(release): version
v2.3.61
2022-06-27 13:23:21 +07:00
Cinnamon
736238f3df chore(release): version 2022-06-26 13:40:26 +07:00
Cinnamon
d1457bbc9b chore(release): version
Android (Termux) support (maybe)
2022-06-26 10:06:05 +07:00
Cinnamon
ebfe2886ff chore(deps): bump @discordjs/voice 2022-06-26 09:40:04 +07:00
Cinnamon
e45169780f chore(release): version 2022-06-25 10:28:46 +07:00
dependabot[bot]
e0114abfaf
chore(deps): bump discord-api-types from 0.34.0 to 0.35.0
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.34.0...0.35.0)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 12:38:39 +00:00
Cinnamon
96e00f9494 chore(release): version
v13.8.1 discordjs finish
2022-06-24 08:54:52 +07:00
Cinnamon
f6f3274878 feat(User): presenceFetch()
v12: user.presence
2022-06-23 10:25:02 +07:00
March 7th
dce9c8013c chore(release): version
- Bypass Discord Phone Verification
2022-06-16 18:50:25 +07:00
March 7th
43599b376e chore(release): version
v2.3.4
2022-06-16 17:42:59 +07:00
March 7th
007f0ef3b1 chore(release): version 2022-06-15 23:07:24 +07:00
March 7th
d1539b4e11 chore(release): version
fix event name (sad)
2022-06-15 02:24:39 +07:00
March 7th
8c8a24d469 chore(release): version 2022-06-14 08:48:19 +07:00
March 7th
dd2912fb8d chore(release): version 2022-06-13 23:53:43 +07:00
dependabot[bot]
012116296a
Bump tsd from 0.20.0 to 0.21.0
Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 12:59:12 +00:00
March 7th
07d52ee41b fix: opcode 24 (Interaction search function)
Todo: Rewrite slash command ...
2022-06-12 19:13:12 +07:00
dependabot[bot]
dbc2841792
Bump @discordjs/builders from 0.14.0 to 0.15.0
Bumps [@discordjs/builders](https://github.com/discordjs/discord.js) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/@discordjs/builders@0.14.0...@discordjs/builders@0.15.0)

---
updated-dependencies:
- dependency-name: "@discordjs/builders"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 12:52:19 +00:00
March 7th
305ccaac90 v2.2.0
Discord.js v13.8.0
2022-06-06 11:21:36 +07:00
March 7th
c165824419 v2.1.0
fix: ClientUser.notes return empty Collection
fix: Recieve messages from large servers #72
feat: checkUpdate return Debug event (not console.log)
feat: RelationshipAdd event, param type return RelationshipTypes
feat: online status when login
feat: fix documents
2022-06-06 00:42:08 +07:00
March 7th
6d2cbb442a Remove user.presence
Error (clientUser.presence)
2022-06-04 14:59:55 +07:00
March 7th
852db8048b fix 2022-06-04 14:32:35 +07:00
March 7th
9688d28a6e Finish v2.0.41 2022-06-04 14:02:56 +07:00
March 7th
e3d842db53 Fix #121 and smail update 2022-06-04 13:26:53 +07:00
March 7th
afa03f25aa fix wembed 2022-05-22 12:43:30 +07:00
March 7th
83275d33c7 Update package.json 2022-05-21 21:37:00 +07:00
March 7th
307d173a29 Update package.json 2022-05-21 21:23:12 +07:00
March 7th
567bdc6a40 Audio call
but not finished
(Add event later)
2022-05-21 21:20:23 +07:00
March 7th
f9ec41c9b6 Calling support (1) 2022-05-21 20:58:33 +07:00
dependabot[bot]
a7e3eb4bf6
Bump discord-api-types from 0.32.1 to 0.33.0
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.32.1...0.33.0)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 12:35:47 +00:00
March 7th
c201e7da69 Discord.js v13.7 2022-05-14 15:06:15 +07:00
March 7th
8355a8e135 maybe minor update ? 2022-05-11 20:19:04 +07:00
March 7th
940aa78bf6 fix document, readme 2022-05-06 23:28:18 +07:00
March 7th
2fe706d1ba v1.4.3 2022-05-06 23:18:33 +07:00
March 7th
04f114ff69 doc - 2 2022-05-06 22:28:51 +07:00
March 7th
95cc955da9 document 2022-05-06 22:25:27 +07:00
March 7th
391d972d98 document 2022-05-06 21:17:20 +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
84ef236296 Update package.json 2022-05-03 13:00:52 +07:00
March 7th
69e5a2e73c fix bug .-. 2022-05-03 12:50:59 +07:00
March 7th
966435e11d Update package.json 2022-05-03 12:44:56 +07:00
dependabot[bot]
d01df1a80d
Bump undici from 4.16.0 to 5.1.1
Bumps [undici](https://github.com/nodejs/undici) from 4.16.0 to 5.1.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v4.16.0...v5.1.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 05:30:15 +00:00
March 7th
25b2d9fdaa Login using QRcode 2022-05-03 12:29:10 +07:00
March 7th
615c772280 feat: <Message>.markUnread() #65
and script check update module .-.
2022-04-29 12:35:28 +07:00
March 7th
ca772d75b8 update module 2022-04-27 20:59:56 +07:00
March 7th
ce37b72dc3 so... 1.3.92 ? 2022-04-27 20:58:06 +07:00
March 7th
88e082b7d6
Merge pull request #61 from aiko-chan-ai/dependabot/npm_and_yarn/discord-api-types-0.32.0
Bump discord-api-types from 0.31.2 to 0.32.0
2022-04-26 20:24:52 +07:00
March 7th
ce9b96382b
Merge pull request #62 from aiko-chan-ai/dependabot/npm_and_yarn/jest-28.0.1
Bump jest from 27.5.1 to 28.0.1
2022-04-26 20:24:43 +07:00
dependabot[bot]
6fbd004551
Bump axios from 0.26.1 to 0.27.1
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.27.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 12:41:35 +00:00
dependabot[bot]
21527b8346
Bump jest from 27.5.1 to 28.0.1
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.0.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 12:41:24 +00:00
dependabot[bot]
57f911bddc
Bump discord-api-types from 0.31.2 to 0.32.0
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.31.2 to 0.32.0.
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.31.2...0.32.0)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 12:40:49 +00:00
dependabot[bot]
fb8d635816
Bump @discordjs/builders from 0.12.0 to 0.13.0
Bumps [@discordjs/builders](https://github.com/discordjs/discord.js) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/@discordjs/builders@0.12.0...@discordjs/builders@0.13.0)

---
updated-dependencies:
- dependency-name: "@discordjs/builders"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-24 10:27:12 +00:00
March 7th
3c2a373878
Merge pull request #45 from aiko-chan-ai/dependabot/npm_and_yarn/discordjs/collection-0.6.0
Bump @discordjs/collection from 0.5.0 to 0.6.0
2022-04-24 17:26:14 +07:00
dependabot[bot]
a1c1d2772e
Bump tsd from 0.19.1 to 0.20.0
Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.19.1...v0.20.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 12:53:27 +00:00
dependabot[bot]
85b9885307
Bump @discordjs/collection from 0.5.0 to 0.6.0
Bumps [@discordjs/collection](https://github.com/discordjs/discord.js) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/@discordjs/collection@0.5.0...@discordjs/collection@0.6.0)

---
updated-dependencies:
- dependency-name: "@discordjs/collection"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 12:52:50 +00:00
March 7th
d227e0584b Fix bug (Hot fix) 2022-04-17 22:22:55 +07:00
March 7th
0ab2f9e729 update 2022-04-17 20:42:00 +07:00
March 7th
485e4be048 Update package.json 2022-04-17 17:37:01 +07:00
March 7th
e9ba80a325 RPC with Custom Image
and fix something
2022-04-17 00:11:46 +07:00
March 7th
2a559f7d36 Eslint fix all 2022-04-16 19:01:05 +07:00
March 7th
c3764e77c4 update package.json 2022-04-16 17:54:24 +07:00
dependabot[bot]
8da58b6e2a
Bump discord-api-types from 0.27.3 to 0.31.1
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.27.3 to 0.31.1.
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.27.3...0.31.1)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-16 10:45:59 +00:00
March 7th
522f7f756a copy eslint + tslint from Discord.js (v13) 2022-04-16 17:44:43 +07:00
March 7th
03280160e1 1.3.7
Hot fix WebEmbed
2022-04-15 00:01:41 +07:00
March 7th
4fae7ba2af Fix Webembed
Report by PinkDuwc._#3443
2022-04-14 23:02:59 +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
March 7th
8688dbac8c 1.3.1
- Update Document
- Fix WebEmbed
- Fix MessagePayload
- Clear warn "Accessing non-existent property inside a circular dependency" (Pull #26)
2022-04-11 12:53:02 +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