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
Cinnamon and GitHub
25e22b7daa
Merge pull request #210 from NekoCyan/main
...
fix(nitroType): undefined.
2022-07-17 10:06:09 +07:00
March 7th
eac5da100b
Delete ClientOption.md
2022-07-16 16:45:48 +07:00
March 7th
f0b45f981e
chore(release): v2.3.8
2022-07-16 16:37:41 +07:00
March 7th
427ea92b88
fix(READY): Missing log
2022-07-16 15:50:48 +07:00
March 7th
83a064e689
fix(RPC): Invalid data
2022-07-16 15:43:11 +07:00
March 7th
4436e0ee85
fix: Spam log when client ready
2022-07-16 15:31:44 +07:00
March 7th
11fff76625
Update RichPresence.md
2022-07-16 15:29:30 +07:00
March 7th
51cea4eb9d
docs: Update
2022-07-16 00:50:54 +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
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
a1c8093181
fix(DiscordAuthWebsocket): Show log when option.hideLog = true
2022-07-15 19:05:56 +07:00
March 7th
cbfe38f714
fix(VoiceState) channel return null (DM/Group)
2022-07-15 18:20:34 +07:00
March 7th
d09b7a7bf5
typing: method for User
2022-07-15 17:41:26 +07:00
March 7th
98467dc92d
typing: replace respond data
2022-07-15 17:35:01 +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
Cinnamon and GitHub
e284ef51ee
Merge pull request #205 from websharik/main
...
fix: Lint
2022-07-15 01:42:26 +07:00
Cinnamon and GitHub
40db78ea7d
Merge pull request #204 from websharik/main
...
fix(MessageManager): fetch throw 'Missing Access'
2022-07-14 23:32:15 +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
ec809a0f95
fix(Typing): Event name
...
ERROR: 176:13 unified-signatures This overload and the one on line 175 can be combined into one signature taking `'cancel' | 'pending'`.
2022-07-11 15:07:12 +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
fe9be92bd2
fix(export): Classname
2022-07-10 19:28:47 +07:00
March 7th
c4c6f0832f
docs: Fix DeveloperPortalApplication
2022-07-10 16:40:51 +07:00
March 7th
34073738c8
docs: Fix DeveloperPortalApplication
2022-07-10 16:31:42 +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
Cinnamon and GitHub
fa174ebd9e
fix(RichPresence): Wrong method (toDiscord)
2022-07-10 01:17:09 +07:00
March 7th
2d78b2437e
fix(PresenceUpdate): Event not emit
2022-07-09 20:14:18 +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
Cinnamon and GitHub
0df013b2dc
Merge pull request #193 from TheDevYellowy/main
...
feat(Client) Fix & add auto nitro redeeming
2022-07-09 17:58:07 +07:00
March 7th
6e20cbb592
docs: Add MessageActivityType (v13)
2022-07-09 12:31:42 +07:00
Cinnamon and GitHub
5de442cfcf
Merge pull request #191 from rfxct/fix/modal.reply-throwing-error
...
fix(Modal.reply): Remove exclamation mark
2022-07-08 21:35:44 +07:00
March 7th
b17ae69c1e
fix(PurchasedFlags): wrong
2022-07-08 00:23:41 +07:00
March 7th
bf7d09a151
Docs: Update
2022-07-07 16:11:40 +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
578bc0adde
Docs(RPC): Update Spotify RPC example
2022-07-07 14:59:59 +07:00
March 7th
189717ac81
docs(RPC): Update
2022-07-07 14:18:21 +07:00
March 7th
0b5845d31e
fix(Docs): Missing extends
2022-07-07 02:15:48 +07:00
March 7th
6ccf6ec8f3
fix(Docs): Missing methods
2022-07-07 02:12:21 +07:00
March 7th
a8a9528a28
fix(Module): Remove module
...
discord-rpc-contructor
2022-07-07 02:08:00 +07:00
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 and GitHub
0e50134def
Update User.md
2022-07-06 01:02:29 +07:00
Cinnamon and GitHub
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 and GitHub
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 and GitHub
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
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
Cinnamon
6d90b1610e
fix(docs) Docgen Error
2022-07-01 10:59:06 +07:00
Cinnamon and GitHub
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 and GitHub
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 and GitHub
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
Cinnamon
6f6ba368b0
Docs(DiscordAPIError) Captcha
2022-06-30 12:23:58 +07: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 and GitHub
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
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
Cinnamon
96e00f9494
chore(release): version
...
v13.8.1 discordjs finish
2022-06-24 08:54:52 +07:00
Cinnamon
4c0dfadc05
fix(VoiceChannel): NSFW property (v13)
...
https://github.com/discordjs/discord.js/pull/8161
v13.8.1
2022-06-24 08:50:57 +07:00
Cinnamon
64c7dd5dd7
docs: TextBasedChannel-> TextBasedChannels typos (v13)
...
https://github.com/discordjs/discord.js/pull/8155
2022-06-24 08:47:30 +07:00
Cinnamon
55cbc37785
typings(Shard#reconnecting): Backport to v13 - Fix event name
...
https://github.com/discordjs/discord.js/pull/8126
v13.8.1
2022-06-24 08:44:07 +07:00
Cinnamon
759806163e
chore(release): version
2022-06-23 10:44:41 +07:00
Cinnamon
f6f3274878
feat(User): presenceFetch()
...
v12: user.presence
2022-06-23 10:25:02 +07:00
Cinnamon and GitHub
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
Cinnamon and GitHub
82ab5ea372
Merge pull request #174 from aiko-chan-ai/dependabot/npm_and_yarn/eslint-8.18.0
...
chore(deps-dev): bump eslint from 8.17.0 to 8.18.0
2022-06-21 10:49:57 +07:00
March 7th
f80444be6b
Update main.json
2022-06-18 11:54:36 +07:00
March 7th
2d044dceb4
Support Bots (maybe)
2022-06-17 13:34:42 +07:00