Elysia
d1d842098a
chore: Miscellaneous fixes
...
#9271 djs
> Backports the following pull requests to version 13:
>
> * docs: describe private properties #8879
> * fix(snowflake): snowflakes length #9144
> * fix(Message): `bulkDeletable` permissions should be retrieved later for DMs #9146
> * fix(Message#editable): update editable check in threads locked #9216
> * fix: add support for new guild feature `GUILD_WEB_PAGE_VANITY_URL` #9219
> * fix(AutocompleteInteraction): Send `name_localizations` correctly #9238
> * fix(ThreadManager): Respect `cache` and `force` in fetching #9239
> * docs(FetchArchivedThreadOptions): `before` respects `archive_timestamp`, not creation timestamp #9240
> * refactor(FetchThreadsOptions): Remove `active` #9241
> * docs: differ `User#send` #9251
> * docs: add more examples #9252
> * fix(ClientUser): No mutation on edit #9259
> * fix: resolving string bitfield #9262
> * refactor: call `GuildBanManager#create()` directly #9263
> * docs(Role): Fix example for `comparePositionTo()` #9270
> * docs: fix compare position example #9272
> * fix: Keep symbols in actions manager #9293
2023-04-02 12:46:18 +07:00
Elysia
f69b36cab5
feat: Better GuildMemberManager#fetchBruteforce
...
permutations
tried with Midjourney server, was able to scrape over 60k members in 15 minutes (and more)
Co-Authored-By: MrBoombastic <contact@amroz.xyz>
2023-03-29 18:38:43 +07:00
Elysia
84287d5403
feat: backport chatInputApplicationCommandMention
...
#9245 djs
2023-03-26 20:32:10 +07:00
Elysia
78dad45524
feat: emit event when a request is blocked by a captcha
2023-03-07 23:17:22 +07:00
Elysia
3d44ff54f7
feat: capmonster
2023-03-05 17:51:34 +07:00
Elysia
ee906b544e
feat: new class Call
2023-03-05 17:05:40 +07:00
Elysia
051b7d88a6
feat: v13 support SUPPRESS_NOTIFICATIONS
flag
...
#9184 djs
2023-03-02 22:11:21 +07:00
Elysia
22b3dfe6c7
feat: update flags
2023-03-02 18:26:25 +07:00
Elysia
2ae6053fdb
fix qrLogin
2023-03-02 11:59:05 +07:00
Elysia
89de461ee5
chore: v2.11.2
2023-02-28 21:06:55 +07:00
Elysia
808adeb016
feat: new select menu (v2)
...
#9174 djs
2023-02-28 13:42:35 +07:00
Elysia
683bb28bb2
feat: add support for gif stickers
2023-02-22 19:12:46 +07:00
Elysia
e4013237d6
feat(GuildMemberManager): add addRole
and removeRole
methods
...
#9108 djs
2023-02-22 12:01:29 +07:00
Elysia
d5b2b62a44
feat(Guild): topEmojis
2023-02-21 19:01:26 +07:00
Elysia
e2076f7087
feat(ClientUser): setSamsungActivity
2023-02-21 16:53:34 +07:00
Elysia
fbcbe77c14
feat: Discord's local RPC servers
...
arRPC (https://github.com/OpenAsar/arrpc )
2023-02-21 16:22:51 +07:00
Elysia
23d59d70ea
feat v13: add addFollower
on GuildChannelManager
...
#9050 djs
2023-02-21 14:25:40 +07:00
Elysia
fae7c596d1
feat(GuildMember): v13 add flags
2023-02-19 12:07:03 +07:00
Elysia
92f21d9b9c
feat: v13 applicationCommandPermissionsUpdate
event
2023-02-19 12:01:37 +07:00
Elysia
6ec5d808e8
feat: metadata (SpotifyRPC) #537
...
hmm
2023-02-15 18:54:47 +07:00
Elysia
7f5df8fddb
feat: DiscordAPIError debug
2023-02-14 23:46:04 +07:00
Elysia
a8c08822ff
feat(Guild): setVanityCode
...
Co-Authored-By: Chino-chan <93425627+Tungchaphet@users.noreply.github.com>
#533
2023-02-14 12:41:06 +07:00
Elysia
64c2a5354f
fix: v13 add automoderation events to WSEvents
...
#9102 djs
2023-02-12 17:43:14 +07:00
Elysia
7329a53b34
feat: v13 guildAuditLogEntryCreate
event
...
#9092 djs
2023-02-12 15:52:03 +07:00
Elysia
f28ea5c031
feat: v13 safety alerts channel and mention raid protection
...
#9073 djs
2023-02-12 15:30:49 +07:00
Elysia
756a241051
fix : #523
...
i hate discord 😭
2023-02-09 19:26:39 +07:00
Elysia
1068467be7
lint: Support pagination for fetching thread members
2023-02-05 15:22:49 +07:00
Elysia
0f97dc03bd
feat v13: Support pagination for fetching thread members
...
#9045 djs
2023-02-05 15:14:42 +07:00
Elysia
f70663aba1
fix: Minor forums cleanup
...
#9033 djs
2023-02-05 15:05:37 +07:00
Elysia
cee3b55f59
feat v13(StageInstanceManager): add guildScheduledEvent
to create()
...
#9024 djs
2023-02-05 14:58:59 +07:00
March 7th
6ef903c965
chore: v2.10.0
2023-01-26 14:23:17 +07:00
March 7th
361352d773
feat(ClientApplication): v13 add role connections
...
#9072 djs
2023-01-26 14:10:27 +07:00
March 7th
2c4df35bc1
feat (Webhook): v13 add channel
prop
...
#9074 djs
2023-01-26 13:52:12 +07:00
March 7th
377adec3ae
feat: Role subscriptions
...
#9040 djs
2023-01-26 13:48:53 +07:00
March 7th
4c838a5e26
feat: Switch User
...
test #477
2023-01-26 13:40:51 +07:00
Yellowy
edcbb4109f
Merge branch 'aiko-chan-ai:main' into main
2023-01-18 00:28:11 -07:00
Yellowy
2d6ffdf55f
feat: add clearing cache to switchUser
2023-01-18 00:27:32 -07:00
March 7th
1e5e855ca0
feat: thread channel
...
fix: ThreadManager#fetchArchived()
feat: ThreadChannel#firstMessage
todo: #486
2023-01-18 14:24:06 +07:00
Yellowy
fc1c87bd62
feat: switchUser
2023-01-18 00:01:43 -07:00
Yellowy
c429e3313a
feat: switch user
2023-01-18 00:00:13 -07:00
March 7th
597eb2979c
feat: add INVITES_DISABLED
guild feature
...
#9051 djs
2023-01-17 18:47:44 +07:00
March 7th
1ac8fd96ef
feat: backport automod
2023-01-14 18:07:56 +07:00
March 7th
2ecf50b131
feat: backport automod
2023-01-14 18:05:40 +07:00
March 7th
f53d329462
refactor: Move me
and add fetchMe()
...
#9029 djs
2023-01-10 18:08:05 +07:00
March 7th
579edfa8fe
feat v13: add not_found
to guildMembersChunk data
...
#9032 djs
2023-01-10 17:58:58 +07:00
March 7th
57d4628d2b
types(ThreadEditOptions): Add appliedTags
...
#9022 djs
2023-01-08 14:32:25 +07:00
March 7th
10b4b69594
types(widget): Add missing name
...
#9031 djs
2023-01-08 14:28:30 +07:00
March 7th
6dcef09024
feat: GuildSettingManager
...
Co-Authored-By: Yellowy <64450187+TheDevYellowy@users.noreply.github.com>
2023-01-08 14:06:42 +07:00
Yellowy
79942b987e
feat(guild): mute guild
2023-01-07 15:06:28 -07:00
March 7th
93c230150c
typing: user avatar decoration
2023-01-06 19:55:37 +07:00
March 7th
9a7706fcf4
feat(WebSocketShard): support new resume url
2023-01-06 19:05:03 +07:00
March 7th
beee94c9bc
feat(Guild): Add max_stage_video_channel_users
...
#8422 djs
2023-01-06 18:32:11 +07:00
March 7th
aa04fd7311
feat(GuildAuditLogs): Support after
...
#9012 djs
2023-01-06 18:14:41 +07:00
March 7th
27dca8890a
feat: user avatar decoration
...
#9018 djs
2023-01-06 18:08:20 +07:00
March 7th
fe7e3b8fda
types: Swap message reaction and emoji identifier types
...
#8970 djs
2023-01-06 17:39:46 +07:00
March 7th
cada44a37a
feat: BillingManager (test)
...
guild boost
2023-01-05 18:42:17 +07:00
March 7th
c9d2d1bd18
feat: custom solve captcha function
2023-01-03 13:56:24 +07:00
March 7th
affcf5e166
feat: Update (see description)
...
```diff
+ fix: Discord Ban (invalid headers)
+ fix: acceptInvite not working (invalid captcha data)
+ feat: automod update
- feat: remove `nopecha`
- feat: remove Client#updateCookie & ClientOptions#autoCookie
```
2022-12-27 17:27:34 +07:00
March 7th
e407700865
fix: automod
2022-12-26 20:38:53 +07:00
March 7th
557a77e07b
chore: deprecated resolveAutoArchiveMaxLimit, MAX
option
...
see my commit in discord.js
2022-12-26 18:00:14 +07:00
March 7th
ebdd92240b
feat(ForumChannel): setDefaultForumLayout & fix bug
2022-12-25 10:35:06 +07:00
March 7th
d75d457486
feat: premiumUsageFlags
2022-12-22 19:37:05 +07:00
TheDevYellowy
047c4d0005
refactor: add to index.d.ts & change MFACode type
2022-12-22 03:37:59 -08:00
March 7th
a32c7292df
feat: DiscordAuthWebsocket support captcha handler #444
2022-12-22 14:53:27 +07:00
March 7th
1a26cc4c3e
chore: v2.9.16
2022-12-20 22:51:10 +07:00
March 7th
294005bac7
feat: automod
...
#8886 djs
2022-12-20 22:46:50 +07:00
March 7th
98450be221
fix : #449
2022-12-20 22:20:09 +07:00
March 7th
42bcf8761f
feat: new select menus
...
fix
2022-12-18 13:17:48 +07:00
March 7th
6ef8970a1e
feat: User#mutualFriends
2022-12-13 14:55:51 +07:00
March 7th
cc86c9b4f1
fix: Modal reply response
2022-12-12 19:28:13 +07:00
March 7th
8b4924e147
feat: update (see description)
...
- Remove `bignumber.js`
- Fix `circular dependency`
- Fix: missing activity.name (SpotifyRPC)
- Refactor code
- Update UserAgent
2022-12-05 18:30:45 +07:00
March 7th
7a308f0383
feat: new captcha solver service
2022-12-04 16:38:15 +07:00
March 7th
63cd0b3ca8
chore: v2.9.11
2022-12-04 01:47:48 +07:00
March 7th
7d34a5de24
feat: Add new flags, new option for Message#selectMenu
2022-12-04 01:46:40 +07:00
March 7th
720848131d
refactor: clickButton and selectMenu
2022-12-04 01:13:19 +07:00
March 7th
b191df3e99
feat: ClickButton with location
2022-12-02 18:29:57 +07:00
NekoCyan
e197656225
feat(Message): .clickButton() click the only one.
2022-12-02 13:11:55 +07:00
March 7th
c70dc733e2
feat: Using new attachment API
2022-11-27 19:45:58 +07:00
March 7th
f8a8ac7fc6
feat: add Message#bulkDeletable (v13)
...
#8761 djs
2022-11-26 22:17:33 +07:00
March 7th
69c5eb94d2
feat(InteractionResponses): add message parameter (v13)
...
#8838 djs
2022-11-26 22:02:34 +07:00
March 7th
c62c25de53
chore: v2.9.6
...
fix: guildMemberFetch (options.user)
2022-11-25 19:45:42 +07:00
March 7th
62c71950ac
chore: v2.9.4
...
- fix fetchMemberList
2022-11-23 22:09:24 +07:00
March 7th
91d9a31761
typing: fix import class missing prop
2022-11-19 23:26:38 +07:00
March 7th
54ea46ce4b
feat: ClientOptions#interactionTimeout
2022-11-19 17:59:52 +07:00
hocsinhgioitoan
84784ed441
doc: fix sleep return type
2022-11-19 09:45:12 +07:00
NekoCyan
094f43f762
docs: sleep.
2022-11-16 23:18:47 +07:00
March 7th
1adbddceda
feat: Update
2022-11-15 20:06:03 +07:00
March 7th
41f414b13a
feat: Update sendSlash (Attachments)
2022-11-12 17:39:56 +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
328f95643d
chore: release v2.8.13
2022-11-06 12:36:38 +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
a768fbf590
chore: release v2.8.12
2022-11-05 20:08:21 +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
b3eedc34be
feat(CaptchaHandler): Must not use due to safety concerns
2022-11-04 18:40:19 +07:00
March 7th
0342a0c426
chore: release v2.8.9
2022-10-30 19:29:30 +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