2de90a7674
fix(core): webhook delete query type, removeMember await ( #11483 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-07-20 11:28:46 +00:00
Jiralite
c2d0781ddb
build!: bump to Node.js 24 ( #11566 )
...
build: bump to Node.js 24
2026-07-17 14:05:28 +01:00
Jiralite
11a3c033c7
build: Bump discord-api-types to 0.38.50 ( #11555 )
...
* build: bump discord-api-types
* test: fix test
* build: discord-api-types 0.38.50
* test: ignore test
2026-07-16 22:19:52 +00:00
Kshitij Anurag and kodiakhq[bot]
bf55791a6d
feat(UsersAPI): add deleteApplicationRoleConnection() method ( #11530 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-07-16 22:06:13 +00:00
Jiralite and kodiakhq[bot]
c6c78868ce
feat(guild): Support message search ( #11552 )
...
feat(guild): message search
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-06-13 20:11:23 +00:00
Jiralite
c20fdd797a
fix(invite): Return RESTDeleteAPIInviteResult on delete ( #11551 )
...
fix(invite): return `RESTDeleteAPIInviteResult` on delete
2026-06-13 12:13:26 +00:00
Qjuh and kodiakhq[bot]
0d5a0a69c3
fix: export all used types ( #11526 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-05-23 06:18:45 +00:00
Almeida
07f1d8f5b3
feat(core)!: rename getAllMembers to getMembers with query support ( #11484 )
...
BREAKING CHANGE: getAllMembers has been removed. Use getMembers instead, which accepts an optional query parameter.
2026-05-23 02:05:55 +01:00
Almeida and kodiakhq[bot]
40ce0791a8
feat(ApplicationsAPI): add getActivityInstance method ( #11482 )
...
feat(core): add getActivityInstance to ApplicationsAPI
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-04-24 17:11:18 +00:00
2^1
58c5ebdd08
chore(readme): update related libraries link ( #11487 )
...
* fix(readme): related libraries link broke
* docs(readme): update all related-libs links
2026-04-13 16:20:06 +00:00
Almeida
339b8b5655
chore: upgrade dependencies ( #11470 )
...
* chore: upgrade dependencies
* chore: upgrade some major dependencies
* chore: bump shiki to v4
* chore: bump actions dependencies
* chore: upgrade meilisearch dependency
* chore: set aria-hidden on GitHubIcon
* fix: use official github icon
2026-03-31 09:57:57 +01:00
Almeida and kodiakhq[bot]
9b7ea5a1b7
fix: sendSoundboardSound return type ( #11452 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-03-29 09:25:00 +00:00
Denis-Adrian Cristea
84b85f4c91
refactor!: remove builders and formatters re-export ( #11361 )
...
BREAKING CHANGE: removed builders and formatters re-export
2026-03-07 12:25:00 +02:00
77e767277b
build: Upgrade dependencies and pnpm ( #11420 )
...
* build: upgrade dependencies
* build: upgrade pnpm
* test: fix voice
* build: regenerate file
* fix: reports by ESLint
* fix: docs errors
* build: downgrades
* build: no upstream bump
* build: discord-api-types 0.38.40
* build: pnpm 10.30.1
* fix: ignore @typescript-eslint/no-duplicate-type-constituents
* fix: jsdoc lint in api-extractor
* build: update template for ESLint
Co-authored-by: Almeida <github@almeidx.dev >
* chore: explicit TODO
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com >
* chore: revert typings lint change
---------
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com >
Co-authored-by: Almeida <github@almeidx.dev >
2026-02-20 17:44:38 +00:00
Almeida and Jiralite
df0c28afc2
feat(GuildsAPI): add getRoleMemberCounts ( #11353 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-12-11 01:48:28 +00:00
Almeida and kodiakhq[bot]
01f31f374a
chore: bump dependencies ( #11356 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-12-10 17:53:48 +00:00
Denis-Adrian Cristea
9bf1f739e0
chore: remove usage of the prefer-global rules ( #11279 )
2025-12-10 14:05:29 +00:00
Almeida
d0745afbea
chore: upgrade vitest to v4 ( #11336 )
2025-12-08 18:55:45 +00:00
Jiralite and almeidx
5e6bd4b3d7
build: Bump dependencies ( #11333 )
...
* build: bump dependencies
* fix: guide build
* build: amend package.json.hbs
* build: create-discord-bot
* style: formatting
* build: final change
---------
Co-authored-by: almeidx <github@almeidx.dev >
2025-12-06 22:55:07 +00:00
Jiralite
2520a0fb96
chore: @favware/cliff-jumper schema ( #11328 )
...
* chore: add schema
* chore: template pain
* build: remove from docgen
2025-11-30 21:54:51 +00:00
Denis-Adrian Cristea and kodiakhq[bot]
d3d6777ef8
feat(core): handle request all guild members rate limit ( #11251 )
...
* feat(core): handle request all guild members rate limit
BREAKING CHANGE: `Gateway` now requires `off` `once` methods
* 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-11 07:14:57 +00:00
Almeida
fb5c629638
chore: bump dependencies ( #11225 )
2025-10-31 11:15:45 +00:00
0c1ff5ea29
types(core): use result types instead of direct types ( #11140 )
...
* types(core): use result types instead of direct types
fix: import pains
chore: apply suggestion from review
Co-authored-by: Almeida <github@almeidx.dev >
chore: fmt script
chore: requested change
* chore: rename script, fix build
* chore: types
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-24 15:36:54 +00:00
Naiyar
1a305fe4ad
build: bump discord-api-types to 0.38.30 ( #11178 )
...
* build: bump discord-api-types to 0.38.30
* chore: slap the errors
2025-10-14 18:02:10 +00:00
Denis-Adrian Cristea and kodiakhq[bot]
f9ca29e3e4
chore: update readme badges ( #11152 )
...
* chore: update readme badges
* chore: add href
* chore: other readmes
* chore: reintroduce badge
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-13 12:54:08 +00:00
Jiralite and kodiakhq[bot]
a97ac82619
fix(guide): Miscellaneous fixes ( #11147 )
...
* fix: miscellaneous fixes
* docs: fix contributing link
* fix: link
* fix: you
* fix: main links
* fix: update source
* fix: update link
* fix: update update link
* fix: [
* fix: remove locale
* fix: update links
* fix: update GitHub link
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-09 12:41:15 +00:00
Almeida and kodiakhq[bot]
aac247cc18
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 08:37:02 +00:00
Jiralite and kodiakhq[bot]
a78dd012dc
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 08:07:17 +00:00
Almeida
985b525556
chore: bump dependencies ( #11133 )
...
* chore: bump dependencies
* chore: another bump
2025-10-06 22:42:31 +00:00
Jiralite and Almeida
2c08b0f975
feat(thread)!: Add query to getting a thread member ( #11136 )
...
BREAKING CHANGE: Third parameter of `ThreadsAPI#getMember()` is now `query`, pushing `options` to the fourth.
* feat(thread): add query to getting a thread member
* Apply suggestion from @almeidx
Co-authored-by: Almeida <github@almeidx.dev >
* Apply suggestion from @almeidx
Co-authored-by: Almeida <github@almeidx.dev >
---------
Co-authored-by: Almeida <github@almeidx.dev >
2025-10-06 10:35:31 +01:00
Jiralite and kodiakhq[bot]
ffbb7b6936
feat: Add gateway endpoints ( #11130 )
...
feat: add gateway
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-04 16:35:21 +00:00
Jiralite and kodiakhq[bot]
90aac127fa
fix(users): Correct type for editing current guild member ( #11099 )
...
* fix(user): use correct type
* fix: imports
* fix: imports
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-09-10 21:11:52 +00:00
Jiralite
5d5a6945e4
build: Update discord-api-types to 0.38.23 ( #11095 )
...
build: update
2025-09-10 08:30:00 +00:00
cc43dadcae
chore: bump dependencies ( #11051 )
...
* chore: bump dependencies
* build: bump discord-api-types to 0.38.22
* fix: fix builders
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-08-29 12:01:54 +00:00
Jiralite
698b92c2ad
fix(guild)!: Remove API related to guild ownership ( #11029 )
...
* fix(guild): deprecate guild owner API
* style: prettier
2025-08-06 21:36:09 +03:00
Jiralite
a2ee3932b6
fix(guild): Creating a template actually creates a template ( #11030 )
...
feat(guild): add creating a template
2025-08-04 18:46:26 +00:00
Almeida
08a61ca8e3
refactor(WebSocketManager)!: remove deprecated rest option ( #10998 )
...
BREAKING CHANGE: The `rest` option in the `WebSocketManager` constructor has been removed. Pass a `fetchGatewayInformation` function instead.
2025-07-27 11:49:29 +01:00
Jiralite
2e9bfba5f4
fix!: Remove guild creation ( #11012 )
...
BREAKING CHANGE: Guild creation is no longer possible.
2025-07-26 12:25:36 +01:00
Jiralite
3a060f7494
docs: Replace Discord API with Discord Developers ( #10968 )
...
docs: replace with Discord Developers
2025-07-22 10:33:42 +00:00
Jiralite and Almeida
1105ec9abc
feat(channel)!: New pinned messages routes ( #10988 )
...
* feat(channel): new pinned messages routes
* fix: `query` is optional
Co-authored-by: Almeida <github@almeidx.dev >
---------
Co-authored-by: Almeida <github@almeidx.dev >
2025-07-14 22:11:04 +01:00
Almeida
de2b2dd330
chore: bump dependencies ( #10967 )
2025-07-13 19:39:47 +00:00
Jiralite and Danial Raza
35cc57ab92
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-10 23:16:07 +00:00
Danial Raza
024ae5c566
build: bump discord-api-types to 0.38.15 ( #10966 )
2025-07-05 16:33:10 +00:00
Danial Raza
02fbb706aa
build: bump discord-api-types to 0.38.14 ( #10960 )
2025-07-01 04:44:33 +00:00
Vlad Frangu and kodiakhq[bot]
d53b203174
chore: update tests badge across repository ( #10948 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-06-25 23:36:47 +00:00
Souji
615faf5f6f
chore(readme): clarify the use of ES modules in readme examples ( #10934 )
...
* chore(readme): clarify the use of ES modules in readme examples
resolves #10932
* fix: revert api extractor readme changes
2025-06-23 19:27:55 +00:00
Jiralite
cbb20566c5
feat(webhook): Support with_components ( #10945 )
...
feat: support `with_components`
2025-06-22 09:42:01 +00:00
e094faf225
docs: add missing, fix existing ( #10842 )
...
* docs: add missing, fix existing
* refactor: new stuff
* fix: requested changes
* fix: use `@link` for `@mixes`
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com >
* chore: disable bad eslint rule
---------
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-06-02 17:35:43 +00:00
Noel
2184085fda
docs: guide setup ( #10862 )
2025-04-28 02:23:27 +02:00
Vlad Frangu and kodiakhq[bot]
291012c18a
chore: forward-port release metadata from side branches ( #10848 )
...
* chore(rest): forward-port release metadata from v14 branch
* chore(formatters): forward-port release metadata from builders/v1 branch
* chore(builders): forward-port release metadata from builders/v1 branch
* chore(core): forward-port release metadata from v14 branch
* chore(ws): forward-port release metadata from v14 branch
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-04-27 18:30:38 +00:00