Commit Graph

92 Commits

Author SHA1 Message Date
Cinnamon
6093a60ca0
Merge pull request #297 from aiko-chan-ai/dev
Update
2022-09-09 23:49:13 +07:00
March 7th
fb71762d2d Update
- refactor: rename `RelationshipsManager` > `RelationshipManager`

- feat(RelationshipManager): add `friendCache`, `blockedCache`, `incomingCache`, `outgoingCache`

- feat(ClientApplication): Add `popularCommands`

- deps: Update
2022-09-09 23:44:45 +07:00
March 7th
af2a885f2a feat(GuildBanManager): Add deleteMessageSeconds
#8575 Discord.js v13.11
2022-09-04 18:31:39 +07:00
March 7th
abc5523d3f fix: options undefined 2022-08-31 11:25:11 +07:00
March 7th
54ca20ca8a docs: fix 2022-08-31 11:24:16 +07:00
March 7th
b28e8a4cf3 docs: fix 2022-08-31 11:17:22 +07:00
March 7th
e722b41e5b chore(release): v2.6.11 2022-08-31 11:10:14 +07:00
March 7th
bbdf294330 refactor(GuildMemberManager): new Fetch method 2022-08-31 11:04:42 +07:00
March 7th
8a9d7e8713 feat(SessionManager): New feature from Discord 2022-08-25 18:20:00 +07:00
March 7th
9ec9c77703 fix(RemoteAuth): Return fake token 2022-08-20 20:27:34 +07:00
March 7th
cbc3fbb7b8 feat(Client): ClientUserSettingManager => ClientSettingManager
client.setting => client.settings

...
2022-08-20 20:26:56 +07:00
hocsinhgioitoan
45d84fa328 fix: #265 2022-08-20 18:01:04 +07:00
March 7th
15f95626c6 feat(GroupDM): Add setOwner, handle event update
Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
2022-08-19 18:16:11 +07:00
March 7th
bb24adc1dc feat(Call): Get users in dm call 2022-08-14 17:16:51 +07:00
March 7th
19dc2ee263 feat(GuildMemberManager): _fetchMany 2022-08-09 10:43:16 +07:00
March 7th
47104f8118 fix(MessageManager): fetch error (DMs channel)
fixed #239
2022-08-06 22:07:41 +07:00
March 7th
54e1dbb6b0 feat(GuildMember): Support edit guild Avatar, Banner, Bio 2022-08-04 19:26:16 +07:00
March 7th
7cf216fabf fix(GuildChannelManager): allow unsetting rtcRegion (v13)
#8362 v13.9.2
2022-08-01 12:33:34 +07:00
March 7th
94c0ae135a fix(ApplicationCommandManager): allow passing 0n to defaultMemberPermissions (v13)
#8312 v13.9.1
2022-07-26 09:53:57 +07:00
March 7th
97db955466 feat(Relationships): Change enum 2022-07-23 18:55:53 +07:00
March 7th
7d993c607e fix: Collection is not a constructor
v1.0.0 :v
2022-07-19 20:32:01 +07:00
March 7th
f7db2384b9 feat(RelationshipsManager): new cancelFriendRequest method
Extends (add Typings)
2022-07-19 20:27:32 +07:00
Mantou
64e6dae193
feat(RelationshipsManager): new cancelFriendRequest method 2022-07-19 18:50:41 +08:00
March 7th
110c8590a7 fix(PermissionOverwriteManager): mutates user
#8282 v13.9.0
2022-07-18 00:58:28 +07:00
March 7th
d454853679 fix(GuildChannelManager): Access resolveId correctly (v13)
#8297 v13.9.0
2022-07-18 00:57:25 +07:00
March 7th
84aa682bf6 feat(MessageManager): Add offset and limit (search method) 2022-07-17 22:26:50 +07:00
March 7th
600df364f4 fix: see description
- Spell Check
- Rewrite Docs
- Rewrite Enums
2022-07-17 17:52:28 +07:00
March 7th
f0b45f981e chore(release): v2.3.8 2022-07-16 16:37:41 +07:00
March 7th
3b5ac56f46 fix(GuildChannelManager): edit lockPermissions
#8267 - djs v13.9
2022-07-15 21:40:30 +07:00
March 7th
93d875c237 fix: Fetch message from NSFW Channel
fix #203
2022-07-15 21:35:23 +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
fb6ab3f8e8 fix(MessageManager) fetch throw 'Missing Access' 2022-07-15 01:56:00 +07:00
March 7th
b4c3de0fdf Revert "Merge pull request #204 from websharik/main"
This reverts commit 40db78ea7d, reversing
changes made to 7d8b15b007.
2022-07-15 01:53:41 +07:00
March 7th
d59a5c30d0 Revert "Merge pull request #205 from websharik/main"
This reverts commit e284ef51ee, reversing
changes made to 40db78ea7d.
2022-07-15 01:53:23 +07:00
Lion
a39e645edc Lint 2022-07-14 20:06:01 +03:00
Lion
bf61917ee0 Fix channel.messages.fetch throw 'Missing Access' 2022-07-14 19:21:45 +03:00
March 7th
c4c6f0832f docs: Fix DeveloperPortalApplication 2022-07-10 16:40:51 +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
1a656854c0 fix(applicationcommandmanager): explicitly allow passing builders to methods (v13)
v13.9 #8229
2022-07-06 19:40:11 +07: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
Cinnamon
0d0ab7767c fix(GuildStickerManager.fetchUser): Changed guildId to guild.id
v13.9.0 #8176
2022-07-01 10:35:19 +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
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
March 7th
007f0ef3b1 chore(release): version 2022-06-15 23:07:24 +07:00
March 7th
131901fd6d refactor(ThreadManager): Rewrite function 2022-06-14 09:05:38 +07:00
March 7th
83c809cc32 fix(Event): name 2022-06-14 08:48:06 +07:00
Speedy
ca7232afc9
Add user account functionality for fetching active threads 2022-06-13 21:07:59 +01:00
March 7th
07d52ee41b fix: opcode 24 (Interaction search function)
Todo: Rewrite slash command ...
2022-06-12 19:13:12 +07:00
March 7th
81bc22f388 fix: document 2022-06-11 20:17:27 +07:00