Naiyar
|
3231f19386
|
feat: add file_types for file uploads (#1708)
|
2026-07-15 14:56:54 +03:00 |
|
Jiralite
|
265d0aed8b
|
feat(channel): add spoiler flag (#1725)
|
2026-07-14 15:43:21 +03:00 |
|
renovate[bot]
|
02620a63db
|
chore(deps): update patch/minor dependencies (#1721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-07-10 06:00:34 +00:00 |
|
Jiralite
|
238e640c36
|
build(api-extractor): match discord.js (#1719)
|
2026-07-09 13:09:07 +03:00 |
|
Jiralite
|
0e09f2204f
|
feat: Support is_spoiler (#1700)
|
2026-07-09 12:14:02 +03:00 |
|
renovate[bot]
|
e2f8effd03
|
chore(deps): update patch/minor dependencies (#1710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-07-03 07:04:43 +00:00 |
|
dependabot[bot]
|
d4848ba60d
|
chore(deps): bump launch-editor from 2.11.1 to 2.14.1 in /website (#1689)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-07-01 02:27:25 +03:00 |
|
dependabot[bot]
|
f28cca69bd
|
chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in /website (#1676)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-07-01 02:27:17 +03:00 |
|
renovate[bot]
|
a434027e60
|
chore(deps): update dependency cloudflare to v6 (#1646)
|
2026-07-01 02:27:09 +03:00 |
|
dependabot[bot]
|
4531726747
|
chore(deps): bump esbuild and tsx in /website (#1690)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-07-01 02:26:14 +03:00 |
|
renovate[bot]
|
d76be200ff
|
chore(deps): update actions/checkout action to v7 (#1694)
|
2026-07-01 02:20:28 +03:00 |
|
renovate[bot]
|
42e3512003
|
chore(deps): update actions/cache action to v6 (#1703)
|
2026-07-01 02:19:56 +03:00 |
|
renovate[bot]
|
83ff9e343d
|
chore(deps): lock file maintenance (#1704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-26 19:51:58 +00:00 |
|
renovate[bot]
|
fe80da0684
|
chore(deps): update patch/minor dependencies (#1702)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-26 14:03:25 +00:00 |
|
renovate[bot]
|
e83a8d1b16
|
chore(deps): update eslint/prettier (#1701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-26 04:39:10 +00:00 |
|
renovate[bot]
|
87c6bb35a4
|
chore(deps): lock file maintenance (#1695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-19 17:57:33 +00:00 |
|
renovate[bot]
|
a00c616cdb
|
chore(deps): update patch/minor dependencies (#1693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-19 12:41:18 +00:00 |
|
renovate[bot]
|
0b3e2f05a6
|
chore(deps): update eslint/prettier (#1692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-19 05:59:56 +00:00 |
|
discord-js-bot[bot]
|
fbeadd8005
|
chore(release): 0.38.49 🎉 (#1687)
Co-authored-by: discord-js[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.38.49
|
2026-06-17 13:47:56 +03:00 |
|
Brad
|
0e889aef6d
|
fix(Types): replace never usage with undefined (#1526)
|
2026-06-17 13:42:39 +03:00 |
|
Kshitij Anurag
|
2335451310
|
feat(RESTJsonErrorCode): add error code 20015, 50167, and 340015 (#1686)
|
2026-06-16 20:18:13 +01:00 |
|
Kshitij Anurag
|
7d3339b894
|
feat: voice channel status (#1631)
* feat: voice channel status
* chore: update docs links
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Almeida <almeidx@pm.me>
|
2026-06-16 11:55:06 +01:00 |
|
Inbestigator
|
c79d369c4d
|
feat(invites): target users routes (#1493)
* feat(invites): new target users routes
* feat(RESTPutAPIInviteTargetUsers): query params interface
* Update rest/v10/invite.ts
Co-authored-by: Naiyar <137700126+imnaiyar@users.noreply.github.com>
* feat: v9 support
* feat(invite-object): roles key
* fix: field spelling mistake
* refactor: remove put target query
* feat(APIInvite): define partial picked roles
* refactor: make inviterole similar to inviteguild
* fix(APIInviteRole): include unicode_emoji
* feat(GatewayInviteCreateDispatchData): add role_ids key
* feat(RESTJSONErrorCodes): unknown invite target user codes
* fix: get target users returns arraybuffer
* fix: space codes apart
Co-authored-by: Almeida <github@almeidx.dev>
* fix: build deno
* fix: mark fields as required
* docs(jsdoc): use docs subdomain and role_ids addition
---------
Co-authored-by: Naiyar <137700126+imnaiyar@users.noreply.github.com>
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: Almeida <github@almeidx.dev>
|
2026-06-15 18:51:11 +01:00 |
|
Kshitij Anurag
|
edd6d9ecbf
|
fix(SubscriptionStatus): correct status enum values (#1675)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2026-06-13 12:34:23 +01:00 |
|
renovate[bot]
|
ba62806f1e
|
chore(deps): lock file maintenance (#1683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-12 16:41:06 +00:00 |
|
renovate[bot]
|
83bc14498c
|
chore(deps): lock file maintenance (#1682)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-12 09:38:23 +00:00 |
|
renovate[bot]
|
4d1b69de25
|
chore(deps): update patch/minor dependencies (#1681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-12 06:46:21 +00:00 |
|
renovate[bot]
|
e4f1e1daec
|
chore(deps): update eslint/prettier (#1680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-12 02:39:04 +00:00 |
|
Michael H
|
b4adc808b3
|
feat(Message): message_create channel_type (#1638)
|
2026-06-11 10:27:21 +01:00 |
|
renovate[bot]
|
79be1f6392
|
chore(deps): lock file maintenance (#1673)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-05 13:37:16 +00:00 |
|
renovate[bot]
|
9424d56e01
|
chore(deps): update patch/minor dependencies (#1674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-05 13:35:30 +00:00 |
|
renovate[bot]
|
3973ccfbb0
|
chore(deps): update patch/minor dependencies (#1672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-05 08:36:17 +00:00 |
|
renovate[bot]
|
05a6dac1f0
|
chore(deps): update eslint/prettier (#1671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-06-05 06:04:10 +00:00 |
|
renovate[bot]
|
701b27b7f6
|
chore(deps): lock file maintenance (#1670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-05-29 15:43:37 +00:00 |
|
renovate[bot]
|
5659f26bbc
|
chore(deps): update patch/minor dependencies (#1669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-05-29 10:51:58 +00:00 |
|
renovate[bot]
|
37b882c1ea
|
chore(deps): update eslint/prettier to v8.60.0 (#1668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-05-29 06:38:41 +00:00 |
|
discord-js-bot[bot]
|
f690ee14c5
|
chore(release): 0.38.48 🎉 (#1667)
Co-authored-by: discord-js[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.38.48
|
2026-05-25 18:20:55 +03:00 |
|
renovate[bot]
|
23bb0e8f61
|
chore(deps): update commitlint monorepo to v21 (#1653)
|
2026-05-23 17:14:35 +03:00 |
|
renovate[bot]
|
79891252a3
|
chore(deps): update dependency @actions/glob to ^0.7.0 (#1640)
|
2026-05-23 17:14:20 +03:00 |
|
dependabot[bot]
|
36aaff35a3
|
chore(deps): bump fast-uri from 3.0.3 to 3.1.2 in /website (#1656)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-23 17:13:59 +03:00 |
|
dependabot[bot]
|
a4ca66e089
|
chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.25.9 to 7.29.4 in /website (#1657)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-23 17:13:42 +03:00 |
|
renovate[bot]
|
1f79ad42d5
|
chore(deps): update dependency lint-staged to v17 (#1651)
|
2026-05-23 17:11:11 +03:00 |
|
Kshitij Anurag
|
32ee7cbe27
|
docs(Message): update wording in mention_channels and resolved description (#1626)
|
2026-05-23 17:10:38 +03:00 |
|
Michael H
|
22b7320285
|
feat(OAuth2): add integration_type param (#1643)
|
2026-05-23 17:06:47 +03:00 |
|
Kshitij Anurag
|
bd7f4b6df7
|
feat(OAuth2Scopes): add IdentifyPremium scope (#1648)
|
2026-05-23 17:05:39 +03:00 |
|
renovate[bot]
|
5be1ad2bd3
|
chore(deps): update pnpm/action-setup action to v6 (#1636)
|
2026-05-23 17:04:16 +03:00 |
|
dependabot[bot]
|
34615f797e
|
chore(deps): bump qs and express in /website (#1666)
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-23 16:59:23 +03:00 |
|
Kshitij Anurag
|
60b49bc18c
|
feat(Routes): add DELETE method for userApplicationRoleConnection() (#1654)
|
2026-05-23 16:58:51 +03:00 |
|
renovate[bot]
|
f38c221ed8
|
chore(deps): update dependency npm-run-all2 to v9 (#1664)
|
2026-05-23 16:56:56 +03:00 |
|
renovate[bot]
|
eba0206f6b
|
chore(deps): lock file maintenance (#1665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2026-05-22 14:06:21 +00:00 |
|