Commit Graph

168 Commits

Author SHA1 Message Date
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
Cinnamon baa2900428 Merge pull request #214 from aiko-chan-ai/dependabot/npm_and_yarn/discordjs/builders-1.0.0
chore(deps): bump @discordjs/builders from 0.15.0 to 1.0.0
2022-07-19 17:57:59 +07:00
Cinnamon ad319f52f5 Merge pull request #215 from aiko-chan-ai/dependabot/npm_and_yarn/eslint-8.20.0
chore(deps-dev): bump eslint from 8.19.0 to 8.20.0
2022-07-19 17:57:08 +07:00
dependabot[bot] 79d5767799 chore(deps): bump ws from 8.8.0 to 8.8.1
Bumps [ws](https://github.com/websockets/ws) from 8.8.0 to 8.8.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.8.0...8.8.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 12:44:04 +00:00
dependabot[bot] 8aaea5afe3 chore(deps-dev): bump eslint from 8.19.0 to 8.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v8.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 12:43:47 +00: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 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 4e52655c08 add auto nitro redeeming 2022-07-09 05:07:01 -05: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
Cinnamon bd08505ab9 Merge pull request #184 from aiko-chan-ai/dependabot/npm_and_yarn/tsd-0.22.0
chore(deps-dev): bump tsd from 0.21.0 to 0.22.0
2022-07-06 00:07:47 +07:00
Cinnamon 08f5c6db22 Merge pull request #185 from aiko-chan-ai/dependabot/npm_and_yarn/eslint-8.19.0
chore(deps-dev): bump eslint from 8.18.0 to 8.19.0
2022-07-06 00:07:38 +07:00
dependabot[bot] 57f7239812 chore(deps): bump discord-api-types from 0.36.0 to 0.36.1
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.36.0 to 0.36.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.36.0...0.36.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 12:40:49 +00:00
dependabot[bot] 02e2380452 chore(deps-dev): bump eslint from 8.18.0 to 8.19.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 12:52:20 +00: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
Cinnamon 0b36fca6b3 Merge pull request #183 from aiko-chan-ai/dependabot/npm_and_yarn/discord-api-types-0.36.0
chore(deps): bump discord-api-types from 0.35.0 to 0.36.0
2022-07-01 10:39:18 +07:00
Cinnamon 27412226fe Merge pull request #182 from aiko-chan-ai/dependabot/npm_and_yarn/eslint-plugin-prettier-4.2.1
chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1
2022-07-01 10:39:07 +07: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
dependabot[bot] 253177833c chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.0.0...v4.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 12:38:14 +00:00
dependabot[bot] 390fbdc805 chore(deps-dev): bump jest from 28.1.1 to 28.1.2
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.1 to 28.1.2.
- [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.1.2/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 13:39:12 +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 759806163e chore(release): version 2022-06-23 10:44:41 +07:00
Cinnamon 614c32fed6 Merge pull request #173 from aiko-chan-ai/dependabot/npm_and_yarn/typescript-4.7.4
chore(deps-dev): bump typescript from 4.7.3 to 4.7.4
2022-06-21 10:50:06 +07:00
dependabot[bot] 187deeef22 chore(deps-dev): bump eslint from 8.17.0 to 8.18.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 12:56:38 +00:00
dependabot[bot] 8116d2d938 chore(deps-dev): bump typescript from 4.7.3 to 4.7.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v4.7.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 12:56:14 +00:00
dependabot[bot] 97a83da4ac chore(deps-dev): bump prettier from 2.7.0 to 2.7.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.0...2.7.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 12:42:17 +00:00