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
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
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
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
March 7th
6e20cbb592
docs: Add MessageActivityType
(v13)
2022-07-09 12:31:42 +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
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
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
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
86cbddb3cc
docs(MessageInteraction): update commandName
description (v13)
...
v13.9 #8220
2022-07-04 12:16:23 +07:00
Cinnamon
d60132a011
feat(interaction): add appPermissions
(v13)
...
v13.9.0 #8195
2022-07-01 10:02:36 +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
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
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
f6f3274878
feat(User): presenceFetch()
...
v12: user.presence
2022-06-23 10:25:02 +07:00
March 7th
f34994b6ca
types(AutocompleteOption): backport fix and improve types
...
v13.8.1
2022-06-17 12:50:47 +07:00
March 7th
5e0eabd0e9
fix(AuditLog): default changes to empty array
...
v13.8.1
2022-06-17 12:50:32 +07:00
March 7th
1cf045050c
types(AutocompleteOption): backport fix and improve types
...
v13.8.1
2022-06-17 12:48:45 +07:00
March 7th
8b98630169
fix(ModalSubmitInteraction): add isFromMessage()
missing method
...
v13.8.1
2022-06-17 12:43:10 +07:00
March 7th
f1c0bd07ad
feat(TextBasedChannel): User cannot use bulkDelete
2022-06-16 18:55:38 +07:00
March 7th
dce9c8013c
chore(release): version
...
- Bypass Discord Phone Verification
2022-06-16 18:50:25 +07:00
March 7th
bb51132bdb
fix(TextBasedChannel): Search Slashcommand wrong
2022-06-16 17:41:42 +07:00
March 7th
007f0ef3b1
chore(release): version
2022-06-15 23:07:24 +07:00
March 7th
d2a766ef3b
fix: comment code
2022-06-15 18:52:06 +07:00
March 7th
4ec46f014d
feat(ClientUser): Add getMentions
2022-06-15 18:15:33 +07:00
March 7th
17a1a19f42
refactor(TextBasedChannel): sendSlash
...
Using REST API (without opcode 24, fix `command outdate` error)
2022-06-15 18:13:25 +07:00
March 7th
769cbb21d5
refactor(TextBasedChannel): sendSlash
2022-06-15 17:56:56 +07:00
March 7th
0963ab28e0
fix(searchInteraction): Support enums
2022-06-15 12:41:02 +07:00
March 7th
520d8f9221
fix(guild): console.log
2022-06-15 02:32:00 +07:00
March 7th
83c809cc32
fix(Event): name
2022-06-14 08:48:06 +07:00
March 7th
a318a40880
fix: Document
...
n+1
2022-06-14 00:07:36 +07:00
March 7th
e99dcedbd3
fix: Document
...
n
2022-06-14 00:06:11 +07:00
March 7th
2c5aaa93ef
fix: Document
2022-06-14 00:04:59 +07:00
March 7th
3c7c574dd2
feat: Update Document
2022-06-14 00:03:51 +07:00
March 7th
dd2912fb8d
chore(release): version
2022-06-13 23:53:43 +07:00
March 7th
1c09f6beb1
fix: markUnread
2022-06-13 19:13:03 +07:00
March 7th
6b89f7c184
fix: SlashCommand sending TextChannel
2022-06-13 18:24:41 +07:00
March 7th
07d52ee41b
fix: opcode 24 (Interaction search function)
...
Todo: Rewrite slash command ...
2022-06-12 19:13:12 +07:00
March 7th
8eaa5e0c72
fix: channel.sendSlash is not function
...
Todo: fix opcode 24 error
2022-06-11 23:15:51 +07:00
March 7th
c9f1010e54
fix: error
...
- Documents
- Enums
- Checkupdate function
- Update UserAgent
2022-06-11 20:13:52 +07:00
March 7th
83ce0a0f43
Update
...
- Warn msg
- Add `nonce` param (interaction)
2022-06-08 12:35:19 +07:00
March 7th
305ccaac90
v2.2.0
...
Discord.js v13.8.0
2022-06-06 11:21:36 +07:00
March 7th
c165824419
v2.1.0
...
fix: ClientUser.notes return empty Collection
fix: Recieve messages from large servers #72
feat: checkUpdate return Debug event (not console.log)
feat: RelationshipAdd event, param type return RelationshipTypes
feat: online status when login
feat: fix documents
2022-06-06 00:42:08 +07:00
March 7th
6d2cbb442a
Remove user.presence
...
Error (clientUser.presence)
2022-06-04 14:59:55 +07:00
March 7th
852db8048b
fix
2022-06-04 14:32:35 +07:00
March 7th
e3d842db53
Fix #121 and smail update
2022-06-04 13:26:53 +07:00
March 7th
afa03f25aa
fix wembed
2022-05-22 12:43:30 +07:00
March 7th
c08085cecc
Update WebEmbed.js
2022-05-22 12:39:24 +07:00
March 7th
5081d4a27b
fix ring
2022-05-21 21:36:31 +07:00
March 7th
f9ec41c9b6
Calling support (1)
2022-05-21 20:58:33 +07:00
March 7th
c201e7da69
Discord.js v13.7
2022-05-14 15:06:15 +07:00
March 7th
fc7f02e85b
Fix Webhook send #108
...
DiscordAPIError: Invalid request origin
2022-05-14 12:12:10 +07:00
March 7th
2b2c6e184c
friend invite
2022-05-12 11:58:53 +07:00
March 7th
46ba5d3058
update document
2022-05-11 20:28:32 +07:00
March 7th
8355a8e135
maybe minor update ?
2022-05-11 20:19:04 +07:00
March 7th
95cc955da9
document
2022-05-06 22:25:27 +07:00
March 7th
391d972d98
document
2022-05-06 21:17:20 +07:00
March 7th
c19095e0e1
fix #86
2022-05-04 11:49:16 +07:00
March 7th
c6316814eb
fix
2022-05-03 14:26:19 +07:00
March 7th
615c772280
feat: <Message>.markUnread() #65
...
and script check update module .-.
2022-04-29 12:35:28 +07:00
March 7th
9ee3f1e0c3
Fix Interaction (EPHEMERAL message)
2022-04-29 12:12:18 +07:00
March 7th
ca65ee382c
fix setDeaf + setMute
2022-04-28 18:25:40 +07:00
March 7th
ce37b72dc3
so... 1.3.92 ?
2022-04-27 20:58:06 +07:00
March 7th
7c5da85670
update bio
2022-04-27 10:48:33 +07:00
March 7th
6cb13101d8
Revert "Merge pull request #54 from lazuee/main"
...
This reverts commit d303e0420a
, reversing
changes made to 43045f0b70
.
2022-04-26 12:54:30 +07:00
March 7th
d303e0420a
Merge pull request #54 from lazuee/main
...
[Suggestion] Separate the content and webembed
2022-04-26 12:54:16 +07:00
March 7th
817aa690ff
Adding feature
...
voiceState.getPreview(): Return URL Image Stream .-.
2022-04-25 19:28:45 +07:00
lazuee
c08042d64f
Update Webhook.js
...
oof,..
2022-04-22 01:55:51 +08:00
lazuee
8749c50f0a
Update Webhook.js
2022-04-22 01:51:28 +08:00
lazuee
2558771083
Update Webhook.js
2022-04-22 01:49:28 +08:00
lazuee
225eac5ed2
Update TextBasedChannel.js
2022-04-22 00:01:25 +08:00
lazuee
d626efb96b
Update MessagePayload.js
2022-04-21 23:55:56 +08:00
March 7th
44a7f4cb60
Update MessagePayload.js
...
Reported by Dux#2925 [881113828195205131]
2022-04-17 17:20:27 +07:00
March 7th
2a559f7d36
Eslint fix all
2022-04-16 19:01:05 +07:00
March 7th
522f7f756a
copy eslint + tslint from Discord.js (v13)
2022-04-16 17:44:43 +07:00
March 7th
7fc069f4b9
update sth
2022-04-16 11:59:23 +07:00
March 7th
03280160e1
1.3.7
...
Hot fix WebEmbed
2022-04-15 00:01:41 +07:00
March 7th
4fae7ba2af
Fix Webembed
...
Report by PinkDuwc._#3443
2022-04-14 23:02:59 +07:00
March 7th
7c7fc192ba
1.3.5
...
+ Fix Typescript
+ Add some websocket event
+ bla bla
2022-04-14 21:32:11 +07:00
March 7th
d78a10ed76
1.3.4
...
Get interaction commands using gateway
2022-04-12 20:46:25 +07:00
March 7th
f73525f278
1.3.3
...
Change logs:
+ New Event:
> relationshipAdd: user.id, type
> relationshipRemove: user.id
> client.relationships: RelationshipsManager
> User.relationships
> Update Document .-.
- DEPRECATED
> client.blocked
> client.friends
> clientUser.findFriend
> User.blocked
> User.friend
> some console.log()
2022-04-12 12:46:08 +07:00
March 7th
8688dbac8c
1.3.1
...
- Update Document
- Fix WebEmbed
- Fix MessagePayload
- Clear warn "Accessing non-existent property inside a circular dependency" (Pull #26 )
2022-04-11 12:53:02 +07:00
Tropicallism
3bc4608535
Add files via upload
2022-04-11 04:14:16 +02:00
March 7th
d900f7321c
Update
...
1. Fix Interaction with ephemeral message
2. client.updateCookie()
3. clientUser.findFriend('test', 1234)
4. WebEmbed not working, sad
5. Update Document later ...
2022-04-10 19:03:40 +07:00
March 7th
590a778c4a
setCommunity mode
2022-04-08 12:02:46 +07:00
March 7th
cddbe4f9bb
Leave HypeSquad
2022-04-05 19:11:27 +07:00
March 7th
26d9e4cbb9
mini update
...
- ClientUserSettingManager (Discum)
- Document (API version, Cookie, ...)
- x-super-properties header Request (Discum)
2022-04-05 19:01:20 +07:00
lazuee
0cb30e9f4d
Update WebEmbed.js
2022-04-05 02:25:56 +08:00
March 7th
fe8d9786f0
encodeURL
2022-04-03 12:35:38 +07:00
March 7th
54d0e9d272
Group DM channel
...
Feature list: Create, Add member, Remove member, fetchInvite, createInvite, setName, setIcon, send Message, leave .-.
2022-04-03 11:53:09 +07:00
March 7th
ed996371b0
new api shorten url
2022-04-02 23:28:08 +07:00
March 7th
a5a0ede5b1
Report by Trîggered#0001
2022-04-02 22:22:00 +07:00
March 7th
76902bf8b2
Fix send Subcommand + new WebEmbed
2022-04-01 23:15:16 +07:00
March 7th
42bea13249
Embeds send support
...
maybe ... + fix message edit
2022-04-01 22:48:49 +07:00
March 7th
f8c0ab6bb9
Revert "Merge pull request #17 from lazuee/patch-2"
...
This reverts commit 30150cc0e5
, reversing
changes made to fbce711a95
.
2022-04-01 22:42:50 +07:00
March 7th
0201bc1f9d
Revert "Merge pull request #16 from lazuee/patch-1"
...
This reverts commit fbce711a95
, reversing
changes made to db88aee52a
.
2022-04-01 22:42:42 +07:00
March 7th
30150cc0e5
Merge pull request #17 from lazuee/patch-2
...
URL shorten WebEmbed
2022-04-01 22:25:59 +07:00
John Marlo
dde279db22
bug?
2022-04-01 23:13:54 +08:00
John Marlo
fbfa0fd953
Fix WebEmbed.js
2022-04-01 23:10:54 +08:00
John Marlo
4dcc8a2353
Update webembeds
...
check content, if it too long remove hidden characters..
2022-04-01 23:06:22 +08:00
March 7th
db88aee52a
Multiple webembeds are not supported :)
2022-04-01 20:32:09 +07:00
March 7th
7f95363348
bug ?
2022-04-01 20:15:33 +07:00
March 7th
50516bf89d
Update before publish to npm
...
Dev version
2022-04-01 20:09:32 +07:00
John Marlo
414c03af12
Merge branch 'main' into main
2022-04-01 20:44:16 +08:00
March 7th
95dd8ae90a
WebEmbed shorten api
2022-04-01 18:26:43 +07:00
March 7th
5b0ebe175b
Revert "Merge pull request #13 from lazuee/main"
...
This reverts commit fd7910de95
, reversing
changes made to 44db21c06f
.
2022-04-01 18:22:36 +07:00
John Marlo
3cd243a50f
revert embeds,..
2022-04-01 18:55:40 +08:00
John Marlo
e552d14305
Update TextBasedChannel.js
2022-04-01 18:48:59 +08:00
John Marlo
e01bd304fc
Update MessagePayload.js
2022-04-01 18:45:07 +08:00
John Marlo
4d96b4abe8
Fix title and description
2022-04-01 18:20:58 +08:00
John Marlo
91a717b635
Update WebEmbed.js
2022-04-01 16:42:03 +08:00
John Marlo
f8ce147a52
Update WebEmbed.js
2022-04-01 16:41:06 +08:00
John Marlo
5953ec764e
fix error..
2022-04-01 16:32:50 +08:00
John Marlo
0bdc325a34
Update TextBasedChannel.js
2022-04-01 16:18:02 +08:00
John Marlo
65b74654ea
Update TextBasedChannel.js
2022-04-01 16:06:48 +08:00
John Marlo
4bb60f3630
Update TextBasedChannel.js
2022-04-01 15:55:32 +08:00
John Marlo
2d3e6ec271
Remove default embeds option..
2022-04-01 15:54:01 +08:00
March 7th
0c4ae34567
Update WebEmbed.js
2022-04-01 12:14:13 +07:00
March 7th
42911f72b1
WebEmbed test
2022-04-01 12:09:46 +07:00
March 7th
69bc495e81
Mistake
...
oh no
2022-03-31 20:51:43 +07:00
March 7th
8734b87ea9
nitro ?
2022-03-31 20:21:53 +07:00
March 7th
9edf3ccda2
Fix Channel send Slash command
...
- Fix slash command with subcommand, choices , ...
2022-03-31 12:02:56 +07:00
March 7th
3eb27834af
Update Slash
...
- Send Slash with sub command
2022-03-30 23:12:56 +07:00
March 7th
fe1b3fc880
4. New ClientUser Method
...
From Discord S.C.U.M
Update to v1.2.0
2022-03-30 19:50:57 +07:00
March 7th
8c7dfd595c
3. User Note
...
Credit: Discord S.C.U.M
2022-03-30 18:40:43 +07:00
March 7th
ab113790e3
1. Fix message.mentions
2022-03-30 18:09:23 +07:00
March 7th
26c1e01a5f
Update New Method
2022-03-28 20:46:18 +07:00
March 7th
21446dad38
Not throw error
2022-03-27 23:56:59 +07:00
March 7th
fba0c875e0
new Method
...
- message.clickButton()
- message.selectMenu()
2022-03-27 19:05:43 +07:00
March 7th
91b5be5a88
Messages Fetch Fix
...
Not using endpoint messages,
using search endpoint
2022-03-26 23:00:07 +07:00
March 7th
8d29c63cb6
Update #2
...
- Auto verify member
- Update Document
2022-03-26 19:01:36 +07:00
March 7th
9997e3db54
Update #1
...
- AcceptInvite: Join Guild using Code
2022-03-26 12:43:56 +07:00
March 7th
a39bc31b58
HypeSquad
...
Created by catcat1204
Edited by aiko-chan-ai
2022-03-25 23:56:20 +07:00
March 7th
7250fa2dbd
Merge pull request #4 from catcat1204/main
...
🎋 Add hypersquad :0
2022-03-25 23:42:54 +07:00
March 7th
f4c8489beb
Working
2022-03-25 23:31:17 +07:00
Cat Cat
8b4ac00991
Add HyperSquad
2022-03-25 22:57:38 +07:00
March 7th
fd4a6fa509
Slash Command and Context Menu
...
- Doc. comming soon
2022-03-25 22:57:21 +07:00
March 7th
d867cb27cc
typing add
2022-03-25 00:07:38 +07:00