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
e284ef51ee
Merge pull request #205 from websharik/main
...
fix: Lint
2022-07-15 01:42:26 +07:00
LionG
e91225ba34
Merge branch 'aiko-chan-ai:main' into main
2022-07-14 20:07:08 +03:00
Lion
a39e645edc
Lint
2022-07-14 20:06:01 +03:00
Cinnamon
40db78ea7d
Merge pull request #204 from websharik/main
...
fix(MessageManager): fetch throw 'Missing Access'
2022-07-14 23:32:15 +07:00
Lion
bf61917ee0
Fix channel.messages.fetch throw 'Missing Access'
2022-07-14 19:21:45 +03: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
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
0df013b2dc
Merge pull request #193 from TheDevYellowy/main
...
feat(Client) Fix & add auto nitro redeeming
2022-07-09 17:58:07 +07:00
TheDevYellowy
7c672aab06
feat(Client) combine autoRedeem and normal redeem
2022-07-09 05:56:04 -05:00
TheDevYellowy
7d42d08cdb
feat(Client) Split redeemNitro and autoRedeemNitro
2022-07-09 05:40:02 -05:00
TheDevYellowy
4e52655c08
add auto nitro redeeming
2022-07-09 05:07:01 -05:00
March 7th
6e20cbb592
docs: Add MessageActivityType
(v13)
2022-07-09 12:31:42 +07:00
Cinnamon
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
Marcos
07281580a4
fix(Modal.reply): Remove exclamation mark
2022-07-08 11:27:43 -03: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
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