Jiralite
|
62f2ca5fbb
|
feat(monetization): Add get entitlement endpoint (#10605)
feat(monetization): add get entitlement endpoint
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-11-12 13:22:27 +00:00 |
|
Jiralite
|
610b4bbacb
|
fix: query is optional for some endpoints (#10621)
* fix(monetization): `query` is optional
* refactor: more defaults
|
2025-11-12 13:20:17 +00:00 |
|
Ryan Munro
|
8469fb3bad
|
feat(interactions): support with_response query parameter in core (#10512)
* feat(interactions): support with_response query parameter
* fix: address feedback from comments
* chore: remove extraneous documentation
* fix: return type is now undefined
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-11-12 13:17:17 +00:00 |
|
Danial Raza
|
d25ef434ae
|
feat: add soundboard (#10536)
* feat: add soundboard
* chore: disable `jsdoc/check-param-names` rule
* fix: export `SoundboardSoundsAPI`
|
2025-11-12 13:15:06 +00:00 |
|
Danial Raza
|
2deea25e97
|
feat: add subscriptions (#10486)
* feat: add subscriptions
* docs: requested changes
Co-authored-by: Almeida <github@almeidx.dev>
---------
Co-authored-by: Almeida <github@almeidx.dev>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-11-12 13:10:53 +00:00 |
|
Denis-Adrian Cristea
|
5c5b545c38
|
feat(core): handle request all guild members rate limit (#11251)
* feat(core): handle request all guild members rate limit
* fix: weird import update
* refactor: error class
* refactor: error class again
* refactor: requested changes
* chore: fix dep
* fix: suggested changes
---------
Co-Authored-By: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-11-12 13:02:48 +00:00 |
|
Jiralite
|
b6a8264d6b
|
chore: Merge builders/1.x into v14 (#11260)
* chore: merge builders (and formatters)
* chore: match cliff.toml
* chore: update README.mds
* build: discord-api-types 0.38.32
|
2025-11-08 23:31:07 +00:00 |
|
Jiralite
|
0ff239a602
|
build: bump discord-api-types to 0.38.31
|
2025-10-23 23:04:14 +01:00 |
|
Jiralite
|
6a6c7d0333
|
build: upgrade discord-api-types to 0.38.30
|
2025-10-15 23:16:03 +01:00 |
|
Jiralite
|
8065b80cea
|
chore: update 11135 name
|
2025-10-08 18:15:00 +01:00 |
|
Jiralite
|
c4dbd7ee9f
|
chore(core): release @discordjs/core@2.3.0
|
2025-10-08 18:09:11 +01:00 |
|
Almeida
|
72771b79aa
|
feat: add {add,remove}GroupDMRecipient methods (#11135)
* feat: add `{add,delete}GroupDMRecipient methods`
* fix: requested changes
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-10-08 16:03:50 +01:00 |
|
Jiralite
|
63dbe48055
|
feat(guild): Support incident actions (#11131)
* feat(guild): add incident actions
* fix: add result
---------
Co-Authored-By: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-10-08 16:02:03 +01:00 |
|
Jiralite
|
a04172325a
|
feat: Add gateway endpoints (#11130)
feat: add gateway
Co-Authored-By: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-10-04 17:51:37 +01:00 |
|
Jiralite
|
270d9f1047
|
chore(core): release @discordjs/core@2.2.2
|
2025-09-10 18:49:28 +01:00 |
|
Jiralite
|
9ae737708b
|
fix(users): Correct type for editing current guild member (#11098)
* fix(users): `RESTPatchAPICurrentGuildMemberJSONBody`
* fix: imports
|
2025-09-10 18:45:05 +01:00 |
|
Jiralite
|
e382d60421
|
build: upgrade discord-api-types to 0.38.24
|
2025-09-10 18:14:11 +01:00 |
|
Jiralite
|
68aa202cd6
|
build: upgrade discord-api-types to 0.38.23
|
2025-09-10 11:34:34 +01:00 |
|
Jiralite
|
b6089e585e
|
build: upgrade discord-api-types to 0.38.22
|
2025-09-02 00:53:31 +01:00 |
|
Jiralite
|
6fb0b1cef6
|
docs(guild): deprecate API related to guild ownership
|
2025-08-22 12:48:29 +01:00 |
|
Jiralite
|
ac6ff15b7d
|
fix(guild): Creating a template actually creates a template (#11030)
feat(guild): add creating a template
|
2025-08-22 12:41:53 +01:00 |
|
Vlad Frangu
|
dceac0089d
|
chore(core): release @discordjs/core@2.2.1
|
2025-08-21 00:48:29 +03:00 |
|
Jiralite
|
a271e9b51e
|
build: Upgrade discord-api-types (#10991)
build: Upgrade dependencies
|
2025-07-15 01:30:58 +01:00 |
|
Jiralite
|
9fc3e5ea72
|
fix: Adjust reason in methods options (#10977)
fix: Adjust `reason` in methods options (#10976)
* fix(channel): allow reason in editing
* fix(channel): allow reason in `delete()`
* fix(channel): allow reason in creating threads
* chore: run format
* fix(guild): remove incorrect `reason` option
---------
Co-authored-by: Danial Raza <danialrazafb@gmail.com>
|
2025-07-11 10:00:58 +01:00 |
|
Vlad Frangu
|
8ab30cdefa
|
chore(core): release @discordjs/core@2.2.0
|
2025-06-26 01:26:48 +03:00 |
|
Jiralite
|
7713627fd1
|
feat(webhook): Support with_components (#10945)
feat: support `with_components`
|
2025-06-22 10:48:47 +01:00 |
|
Vlad Frangu
|
127021d5ab
|
chore(core): release @discordjs/core@2.1.1
|
2025-06-16 15:30:25 +03:00 |
|
Jiralite
|
d0a535ea6a
|
fix(guild): fix incorrectly-detected deprecated overload
|
2025-05-04 14:19:24 +01:00 |
|
Vlad Frangu
|
464ea2ab30
|
chore(core): release @discordjs/core@2.1.0
|
2025-04-26 01:11:36 +03:00 |
|
Vlad Frangu
|
dd8bb397a8
|
chore(deps): bump discord-api-types round at least 2
|
2025-04-26 01:08:54 +03:00 |
|
Jiralite
|
519aa3abe8
|
build: bump discord-api-types to 0.37.119
|
2025-02-07 21:45:33 +00:00 |
|
ŊʂƓ PRIYANSHU
|
73c6bc2c36
|
chore: Add contributors and last commit badges (#10428)
* chore: add new fancy badges
* chore: add util
* style: remove extra space
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-01-29 15:06:09 +00:00 |
|
Jiralite
|
bbde371324
|
build: bump discord-api-types to 0.37.118
|
2025-01-29 09:35:44 +00:00 |
|
Qjuh
|
aa61c20ffd
|
feat(website): include reexported members in docs (#10518)
* feat(website): add re-exported members to docs site
* refactor(scripts): rewrite sourceURL for externals
* feat(website): add external badge
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2025-01-09 19:02:28 +00:00 |
|
Vlad Frangu
|
c986a99104
|
chore(core): release @discordjs/core@2.0.1
|
2025-01-02 00:25:35 +02:00 |
|
Jiralite
|
0fdbabea98
|
build: bump discord-api-types to 0.37.114
|
2024-12-24 12:06:51 +00:00 |
|
Jiralite
|
e9944b3d2d
|
build: bump discord-api-types to 0.37.113
|
2024-12-22 20:58:53 +00:00 |
|
Jiralite
|
ed00a10e1f
|
build: Bump discord-api-types to 0.37.109 (#10619)
build: bump discord-api-types
|
2024-12-05 21:48:14 +00:00 |
|
Jiralite
|
388783d7dd
|
docs: Typos (#10628)
chore: typos
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2024-12-02 08:31:15 +00:00 |
|
Qjuh
|
366f7174d0
|
chore: unpin discord-api-types (#10524)
* chore: unpin discord-api-types
* chore: bump discord-api-types
|
2024-10-01 19:00:33 +01:00 |
|
Danial Raza
|
cda8d88ad5
|
build: bump discord-api-types to 0.37.100 (#10488)
* build: bump discord-api-types to 0.37.100
* build: fix lockfile
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2024-09-17 09:15:00 +00:00 |
|
ckohen
|
896dc8b21e
|
chore: update cliff configs (#10471)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2024-09-15 17:58:21 +00:00 |
|
Danial Raza
|
799fa54fa4
|
docs: update discord documentation links (#10484)
|
2024-09-10 19:23:53 +00:00 |
|
Vlad Frangu
|
18ce10a9af
|
chore: bump major releases to node 20
|
2024-09-02 22:26:25 +03:00 |
|
Vlad Frangu
|
6a6bc63973
|
chore: requested cleanup
|
2024-09-02 22:26:25 +03:00 |
|
Vlad Frangu
|
2cb2d81b82
|
chore: cleanup changelogs
|
2024-09-02 22:26:25 +03:00 |
|
Vlad Frangu
|
584bd6f2fc
|
chore(core): release @discordjs/core@2.0.0
|
2024-09-02 22:26:25 +03:00 |
|
Vlad Frangu
|
3979f0b6e6
|
chore: add in more data to changelog entries (#10470)
* chore: add in more data to changelog entries
* chore: missed template
|
2024-09-02 09:26:08 +00:00 |
|
Jeroen Claassens
|
437437461e
|
chore: bump to @favware/cliff-jumper v4.1.0 and fix changelog generation (#10459)
* chore: bump to @favware/cliff-jumper v4
* chore: cleanup changelogs
* chore: set `topo_order` to `false` for cliff config
* chore: clean cliff.toml diffs
* chore(changelog): fix missing / incorrect entries
|
2024-08-24 13:06:35 +00:00 |
|
Almeida
|
e2e71b4d09
|
build: bump dependencies (#10457)
* build: bump `@vladfrangu/async_event_emitter`
* chore: bump again + fixes
* build: bump types/node and some dev deps
* build: bump discord-api-types again
* style: remove unused eslint-ignore comment
* build: sync dependencies and update templates
* build: bump turbo
* build: vercel + vitest
* build: bump undici
---------
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
|
2024-08-22 17:33:35 +02:00 |
|