Commit Graph

698 Commits

Author SHA1 Message Date
March 7th
5246129553 fix(JSDoc): Invalid docs 2022-07-07 01:47:08 +07:00
March 7th
fd17a6a6f0 refactor(RichPresence): for Selfbot 2022-07-07 01:42:21 +07:00
March 7th
0bb0b0e59d fix(UserFlags): Invalid Flags 2022-07-06 19:40:17 +07:00
March 7th
1a656854c0 fix(applicationcommandmanager): explicitly allow passing builders to methods (v13)
v13.9 #8229
2022-07-06 19:40:11 +07:00
Cinnamon
0e50134def
Update User.md 2022-07-06 01:02:29 +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
Cinnamon
ab5bc3d4d0
Merge pull request #187 from aiko-chan-ai/dependabot/npm_and_yarn/discord-api-types-0.36.1
chore(deps): bump discord-api-types from 0.36.0 to 0.36.1
2022-07-06 00:07:26 +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
March 7th
51febce077 fix: pass in the expected query object type for application commands
v13.9 #8189
2022-07-04 12:19:21 +07:00
March 7th
f3a8c3a666 types(GuildMemberManager): Non-void return of edit() (v13)
v13.9 #8187
2022-07-04 12:17:37 +07:00
March 7th
86cbddb3cc docs(MessageInteraction): update commandName description (v13)
v13.9 #8220
2022-07-04 12:16:23 +07:00
Cinnamon
b672427756 fix(WS): Get gateway data 2022-07-02 09:52:24 +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
Cinnamon
6d90b1610e fix(docs) Docgen Error 2022-07-01 10:59:06 +07: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
Cinnamon
b0b2b33c5f
Merge pull request #181 from aiko-chan-ai/dependabot/npm_and_yarn/jest-28.1.2
chore(deps-dev): bump jest from 28.1.1 to 28.1.2
2022-07-01 10:38:59 +07:00
Cinnamon
1e9b4c3775 fix: Use non-global flag whilst resolving regular expressions
v13.9.0 #8178
2022-07-01 10:36:24 +07:00
Cinnamon
0d0ab7767c fix(GuildStickerManager.fetchUser): Changed guildId to guild.id
v13.9.0 #8176
2022-07-01 10:35:19 +07:00
Cinnamon
8c6911143b fix(guildmemberremove): remove member's presence for v13
v13.9.0 #8182
2022-07-01 10:34:02 +07:00
Cinnamon
533c1c55a7 docs(constants): document missing constants
v13.9.0 #8168
2022-07-01 10:32:37 +07:00
Cinnamon
d60132a011 feat(interaction): add appPermissions (v13)
v13.9.0 #8195
2022-07-01 10:02:36 +07:00
Cinnamon
354fe2a7be types: add missing shard types (v13)
v13.9.0 #8192
2022-07-01 09:59:57 +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
Cinnamon
6f6ba368b0 Docs(DiscordAPIError) Captcha 2022-06-30 12:23:58 +07: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
3afe2f304e fix(Voice): Networking is undefined 2022-06-29 10:28:29 +07:00
Cinnamon
0d8ac2a57c fix(typing) WebEmbed 2022-06-27 14:00:05 +07:00
Cinnamon
e7ca84ee3b chore(release): version
v2.3.61
2022-06-27 13:23:21 +07:00
Cinnamon
58b4179e81 feat(WebEmbed) Custom API, Custom ShortenAPI, and open-source API
https://github.com/aiko-chan-ai/WebEmbed
2022-06-27 13:23:00 +07:00
Cinnamon
3b2d88caf9 docs: Description 2022-06-26 13:54:43 +07:00
Cinnamon
736238f3df chore(release): version 2022-06-26 13:40:26 +07:00
Cinnamon
c097deeab4 dev(test) Test only 2022-06-26 11:53:37 +07:00
Cinnamon
05a0d122b4 docs: Update 2022-06-26 10:08:15 +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
Cinnamon
cd70a91aaa fix(READY): Log and typing 2022-06-25 10:28:31 +07:00
Cinnamon
6068ffc1d8 feat(Client): Warning Message, Update UserAgent 2022-06-25 10:11:05 +07:00
Cinnamon
9e4c0a506b refactor(GuildMemberManager): Fetch members 2022-06-25 10:10:17 +07:00
Cinnamon
0ca1bf5397 fix(UserManager): CreateDM function 2022-06-25 10:09:49 +07:00
Cinnamon
5e489e080f
Merge pull request #176 from aiko-chan-ai/dependabot/npm_and_yarn/discord-api-types-0.35.0
chore(deps): bump discord-api-types from 0.34.0 to 0.35.0
2022-06-25 09:25:30 +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
5fd081b6dd refactor(Ready): Update module pls .... 2022-06-24 09:50:09 +07:00
Cinnamon
8b5eac8cf2 fix(WebSocketShard): backport error handler preservation on connections
https://github.com/discordjs/discord.js/pull/8164
v13.9.0
2022-06-24 09:16:13 +07:00
Cinnamon
3877bdf176 feat: partially backport perms v2 for v13
v13.9.0 :yay:
https://github.com/discordjs/discord.js/pull/8162
2022-06-24 09:14:55 +07:00