iCrawl
|
eda118dae9
|
fix(guide): optimize redirects on middleware level
|
2023-04-16 17:42:05 +02:00 |
|
iCrawl
|
f2fce0a7da
|
refactor(guide): always redirect to introduction
|
2023-04-16 17:38:45 +02:00 |
|
Jiralite
|
29389e39f4
|
feat(BaseInteraction): Support new channel payload (#9337)
* feat(BaseInteraction): support new channel payload
* refactor(InteractionCreate): different approach
Co-Authored-By: Synbulat Biishev <contact@syjalo.dev>
---------
Co-authored-by: Synbulat Biishev <contact@syjalo.dev>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-16 14:28:32 +00:00 |
|
iCrawl
|
d5e9e36e8a
|
fix(guide): let the breadcrumbs grow to the full size
|
2023-04-16 13:29:55 +02:00 |
|
iCrawl
|
8c0eb56ba5
|
fix(guide): ring cutoff on guide header
|
2023-04-16 13:02:10 +02:00 |
|
iCrawl
|
1b74c774c0
|
fix(website): cutoff ring outline in breadcrumbs
|
2023-04-16 11:22:16 +02:00 |
|
iCrawl
|
01949d6e3a
|
fix(website): wrong breakpoint
|
2023-04-16 00:23:33 +02:00 |
|
iCrawl
|
3ea26cc1a6
|
refactor(website): only show search box on md and up
|
2023-04-16 00:17:12 +02:00 |
|
Suneet Tipirneni
|
a516d46f91
|
fix(website): right-align search bar (#9395)
|
2023-04-16 00:03:19 +02:00 |
|
iCrawl
|
b35b935679
|
fix(guide): sidebar types
|
2023-04-15 23:50:18 +02:00 |
|
iCrawl
|
0928c8f6ff
|
fix(guide): remove astro leftovers
|
2023-04-15 23:37:19 +02:00 |
|
iCrawl
|
188d5eea28
|
chore: fix yarn.lock
|
2023-04-15 23:31:48 +02:00 |
|
iCrawl
|
412e4fffae
|
build(website): prepare for turbopack
|
2023-04-15 18:15:24 +02:00 |
|
iCrawl
|
5e2f94c591
|
fix(website): max height
|
2023-04-15 14:28:20 +02:00 |
|
iCrawl
|
49627b1f46
|
chore(website): add banner
|
2023-04-15 14:03:03 +02:00 |
|
iCrawl
|
bcb48fea3e
|
chore(website): redirect to core instead
|
2023-04-15 13:03:27 +02:00 |
|
iCrawl
|
c87e826087
|
style(website): remove dynamic width check
|
2023-04-15 04:43:23 +02:00 |
|
Ben
|
2dddbe1f32
|
feat(RoleTagData): add guildConnections (#9366)
* feat(roleTagData): add guildConnections
* feat(roletagdata): add guildConnections
* Update packages/discord.js/typings/index.d.ts
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: space <spaceeec@yahoo.com>
|
2023-04-14 22:04:57 +00:00 |
|
Almeida
|
86e5f5a119
|
docs(Options): fix links and invalid syntax (#9322)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-14 21:49:51 +00:00 |
|
BoogeyMan
|
300059cb26
|
docs: cleanup MessageCreateOptions and MessageReplyOptions (#9283)
* Fixed MessageReplyOptions
* updated MessageReplyOptions
* Deduplication - created BaseMessageCreateOptions
* Update packages/discord.js/src/structures/interfaces/TextBasedChannel.js
Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com>
* Fixed spacing
---------
Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-14 21:46:15 +00:00 |
|
Erwan
|
d4c1fecbe2
|
fix(Message#editable): fix permissions check in locked threads (#9319)
fix(Message#editable): fix permissions check if channel is thread & locked
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-14 21:42:54 +00:00 |
|
Jiralite
|
79bcdfa767
|
docs(Events): Document auto moderation events (#9342)
docs(Events): document auto moderation events
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-14 21:39:35 +00:00 |
|
Jiralite
|
ca4de2d9c6
|
fix(BaseSelectMenuBuilder): Modify class to be abstract (#9358)
fix(BaseSelectMenuBuilder): abstraction
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-14 21:34:55 +00:00 |
|
Jiralite
|
794abe8450
|
refactor: Remove fromInteraction in internal channel creation (#9335)
refactor: remove `fromInteraction`
|
2023-04-14 21:29:27 +00:00 |
|
DD
|
02dfaf1aa2
|
refactor: abstract identify throttling and correct max_concurrency handling (#9375)
* refactor: properly support max_concurrency ratelimit keys
* fix: properly block for same key
* chore: export session state
* chore: throttler no longer requires manager
* refactor: abstract throttlers
* chore: proper member order
* chore: remove leftover debug log
* chore: use @link tag in doc comment
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
* chore: suggested changes
* fix(WebSocketShard): cancel identify if the shard closed in the meantime
* refactor(throttlers): support abort signals
* fix: memory leak
* chore: remove leftover
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-14 20:26:37 +00:00 |
|
Suneet Tipirneni
|
cac3c07729
|
fix(website): link dapi-types to proper website (#9388)
|
2023-04-14 20:53:57 +02:00 |
|
iCrawl
|
83143178aa
|
ci: remove nextjs bundle analysis
|
2023-04-14 20:10:26 +02:00 |
|
iCrawl
|
615752e32b
|
chore(website): cleanup ts-errors
|
2023-04-14 20:03:40 +02:00 |
|
iCrawl
|
2c25639a85
|
chore: update next.js dep
|
2023-04-14 19:23:59 +02:00 |
|
iCrawl
|
a76c1ddacc
|
chore: fixup build and lint
|
2023-04-14 17:11:12 +02:00 |
|
Jiralite
|
0d0e4d1cb6
|
feat: Add changes from v13 to v14 (#9384)
|
2023-04-14 10:58:23 +02:00 |
|
iCrawl
|
d35f670d7a
|
chore(website): move around static label
|
2023-04-14 10:33:20 +02:00 |
|
iCrawl
|
e4c5f794b0
|
fix(website): client-side rendering fallback
|
2023-04-13 23:29:45 +02:00 |
|
Jiralite
|
88cab1a0ec
|
fix: Update DocsLink usage (#9382)
|
2023-04-13 22:55:15 +02:00 |
|
iCrawl
|
1c2cc09e05
|
fix(guide): temporary fix contentlayer dev
|
2023-04-13 22:28:33 +02:00 |
|
Jiralite
|
2a684361d4
|
fix(guide): Treeshake react-icons (#9381)
|
2023-04-13 22:09:40 +02:00 |
|
Almeida
|
66dc4014fe
|
fix(interactions): make data parameter optional (#9379)
|
2023-04-13 22:01:08 +02:00 |
|
Jiralite
|
39c6694561
|
feat(DocsLink): Implement the component (#9380)
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2023-04-13 21:55:15 +02:00 |
|
iCrawl
|
70da3746f8
|
fix(website): static badge and overload switcher
|
2023-04-13 20:56:44 +02:00 |
|
iCrawl
|
0340622f1a
|
fix(ui): discord components
|
2023-04-13 20:15:59 +02:00 |
|
iCrawl
|
f36878677c
|
chore: add chromatic
|
2023-04-13 19:41:23 +02:00 |
|
iCrawl
|
e5859b41cf
|
chore: storybook
|
2023-04-13 19:09:56 +02:00 |
|
Jiralite
|
8218ffc78d
|
types(CategoryChannel): Ensure parent and parentId are null (#9327)
types: ensure categories' parents are `null`
|
2023-04-13 16:10:53 +00:00 |
|
Jiralite
|
7ff3d528d9
|
types(GuildTextBasedChannel): Remove unnecessary exclusion of forum channels (#9326)
types(GuildTextBasedChannel): remove exclusion of forum channels
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-13 15:55:48 +00:00 |
|
Jiralite
|
0b7f296b62
|
chore(guide): Update pages (#9372)
|
2023-04-13 17:10:06 +02:00 |
|
Jiralite
|
85a379fdf8
|
feat(guide): How to contribute (#9376)
|
2023-04-13 14:19:43 +02:00 |
|
Jiralite
|
8ffcf77840
|
docs: add SnowflakeUtil (#9371)
|
2023-04-13 14:19:13 +02:00 |
|
iCrawl
|
fcb3a1ab27
|
fix(guide): update return link on 404
|
2023-04-12 01:04:36 +02:00 |
|
iCrawl
|
40be4f80dc
|
fix(guide): light mode fix
|
2023-04-12 00:44:21 +02:00 |
|
iCrawl
|
ee907f32f3
|
feat(guide): sidebar
|
2023-04-12 00:39:35 +02:00 |
|