Commit Graph

432 Commits

Author SHA1 Message Date
NekoCyan
b88eb0d6a4 fix: WS identify data. 2022-11-09 04:18:27 +07:00
March 7th
f5de4de7c0 feat: Login Discord (email + password) 2022-11-08 23:56:17 +07:00
March 7th
7e4a3ccd57 fix: Package (read description)
- Security update
 + Update Discord Version
 + Update WS identify data
- Fix Captcha Handler
2022-11-08 13:27:44 +07:00
March 7th
f671aa3899 feat(SelectMenu): SelectMenu v2
support channelType
2022-11-06 12:34:25 +07:00
March 7th
0975224da0 fix: sendSlash in dm channel 2022-11-06 12:05:18 +07:00
March 7th
035d933771 feat(SelectMenu): SelectMenu v2 2022-11-05 20:02:27 +07:00
March 7th
04296bd6d1 chore: release v2.8.11 2022-11-04 19:46:05 +07:00
March 7th
d4cfdc11e2 fix: interaction in forum channel 2022-11-04 19:11:35 +07:00
March 7th
b3eedc34be feat(CaptchaHandler): Must not use due to safety concerns 2022-11-04 18:40:19 +07:00
March 7th
a6459f2c14 feat(TextChannel): add searchInteraction 2022-10-30 19:25:32 +07:00
March 7th
91ae4195a6 feat(DMChannel): Message request 2022-10-27 19:29:45 +07:00
March 7th
31e0de6a05 feat(GuildMember): set theme colors 2022-10-26 22:34:09 +07:00
March 7th
0c3d922096 chore: release v2.8.8
- User.themeColors
- Update ClientBuild
2022-10-26 19:38:09 +07:00
March 7th
f8246be0aa feat: ForumChannel
Backport https://github.com/discordjs/discord.js/pull/8786
2022-10-26 19:21:40 +07:00
March 7th
db696d3e16 feat: new Nitro type
Nitro basic
2022-10-26 18:57:30 +07:00
March 7th
f044898767 fix: ring always throw error
Expected "Content-Type" header to be one of {'application/json'}.
2022-10-26 18:38:06 +07:00
Conner Dassen
4cd4df6307 use client User-Agent and ws props for QRLogin 2022-10-26 13:13:13 +02:00
Conner Dassen
291ff6818d remote auth uses client user agent and ws props 2022-10-26 01:59:19 +02:00
March 7th
0324e0f684 fix: RelationshipManager cache missing 2022-10-25 12:37:23 +07:00
March 7th
1c0aefd7ec typing: add CallOptions 2022-10-24 23:29:09 +07:00
March 7th
95ef7a2b41 chore: release v2.8.6
- Update Discord Client version
- Update UserAgent
- Update deps
2022-10-23 19:00:07 +07:00
March 7th
cbcc0f57fe chore(GuildMemberManager): smart fetch 2022-10-23 18:51:55 +07:00
March 7th
e348c8e308 chore: release v2.8.5 2022-10-21 18:53:09 +07:00
March 7th
ed4375fd9d chore: Update WebEmbed Hosting 2022-10-16 10:36:53 +07:00
March 7th
89df4addb9 fix: missing deps (2) 2022-10-15 12:29:31 +07:00
March 7th
17b3ca237c fix: missing deps 2022-10-15 12:26:52 +07:00
March 7th
8b7a93bf22 chore: deps + dev deps
+ Update @discordjs/builders
+ Update @discordjs/collection
+ Update @sapphire/shapeshift
+ Update discord-api-types
+ Update eslint
+ Update tsd
- Remove @discordjs/voice
+ @discordjs/voice patch v0.13
+ Fix `patchVoice` options
2022-10-14 18:12:47 +07:00
March 7th
7c07a80d83 lint: fix 2022-10-12 19:50:56 +07:00
March 7th
3c2b4c9364 fix: Cannot read properties of undefined (reading 'guildId')
TypeError: Cannot read properties of undefined (reading 'guildId')
    at module.exports [as INTERACTION_SUCCESS]
2022-10-11 17:19:57 +07:00
March 7th
a141adf385 feat: awaitModal 2022-10-09 19:37:04 +07:00
March 7th
fecfa7d03b fix: lint
Merge pull request #339 from xD33m/patch-1
2022-10-08 17:58:31 +07:00
Lucas K
9e7a619c24
Fix slashCommand of type SUB_COMMAND_GROUP
I tried to run a slash command like this: this.channel.sendSlash(BOT_ID, 'trade item for_items', '1', 'itemName', 'True');

I ran into an exception saying "Cannot read properties of undefined (reading 'type')"

After debugging it, I got it working again with this small adjustment.
2022-10-06 22:31:11 +02:00
March 7th
4678fdb9e6 Revert "chore: WebEmbed server"
This reverts commit 4b0c727b93.
2022-10-05 23:24:34 +07:00
March 7th
4b0c727b93 chore: WebEmbed server 2022-10-04 21:16:37 +07:00
March 7th
054c9db49b fix channel._recipients.filter is not function 2022-10-03 19:38:10 +07:00
March 7th
2fb09d7da6 feat: Guild Forum channel
https://github.com/discordjs/discord.js/pull/8651
2022-10-03 19:25:39 +07:00
March 7th
5e715fad5e fix sessions manager 2022-10-03 18:09:10 +07:00
March 7th
f5745acd24 fix <client>.sessions.fetch()
```
{
  method: 'get',
  path: '/auth/session',
  code: 0,
  httpStatus: 404,
  captcha: null,
  requestData: { json: undefined, files: [] }
}
```
2022-10-02 21:50:23 +07:00
March 7th
a1acbf2721 Refactor Modal.reply 2022-09-29 19:45:22 +07:00
March 7th
e9961e4134 chore(release): v2.6.16 2022-09-28 22:09:00 +07:00
March 7th
f03d80ea13 fix modal reply (dm channel) 2022-09-28 22:03:20 +07:00
March 7th
651f5b82c1 fix eslint 2 2022-09-28 19:58:13 +07:00
March 7th
711cd3f10c fix eslint 2022-09-28 19:43:41 +07:00
March 7th
11e2798ae5 Update
- Deps:
 + `discord-api-types`: `0.37.8` > `0.37.10`
 + `ws`: `8.8.1` > `8.9.0`
 + `string-similarity`: `4.0.4`
- Dev deps:
 + `eslint`: `8.23.0` > `8.24.0`
- Update @discordjs/voice
- fix(SendSlash): Error when fetch autocomplete data
- fix(MessageButton): Circular Dependencies
2022-09-28 19:40:46 +07:00
March 7th
7defc76498 Update discord version, user agent 2022-09-26 17:53:57 +07:00
March 7th
8fe25ff21a feat: message.clickButton support Button class 2022-09-26 17:38:17 +07:00
March 7th
d514d2ed60 New abort code: INVITES_DISABLED: 40069
1a286f872c (commitcomment-84620262)
2022-09-22 17:36:11 +07:00
March 7th
2eff5e7d9b fix(fetchMemberList) throw error wrong 2022-09-22 17:35:50 +07:00
March 7th
9f9d997a1f chore: WebEmbed API 2022-09-16 19:14:51 +07:00
March 7th
70cde7df55 feat: Update
- Event for GroupDM
- Friend nickname
#29
2022-09-16 19:08:15 +07:00