iCrawl
|
f893c6a357
|
chore: deps
|
2023-04-07 21:13:36 +02:00 |
|
iCrawl
|
687bbd889f
|
chore(website): this may solve dynamic route problems
https://github.com/vercel/next.js/pull/47982
|
2023-04-07 20:54:16 +02:00 |
|
iCrawl
|
f195556b64
|
fix(website): downgrade nextjs
|
2023-04-07 20:10:20 +02:00 |
|
iCrawl
|
9aafdd6214
|
fix(website): model import
|
2023-04-07 13:41:19 +02:00 |
|
Jiralite
|
e3e7d500dc
|
refactor: Use description constant in landing page (#9334)
|
2023-04-07 13:12:48 +02:00 |
|
iCrawl
|
3615e2f2d2
|
chore(website): deps
|
2023-04-07 13:10:01 +02:00 |
|
Tetie
|
a7425c29c4
|
fix: fix external links (#9313)
* fix: fix external links
* fix: fix external links
* fix: link to correct classes
* fix: fix JSONEncodable link
* chore: fix select menu link
* fix: fix external links
* fix: link to correct classes
* fix: fix JSONEncodable link
* chore: fix select menu link
* fix: fix collection#sweep url
* fix: fix subpackages urls
* fix: fix discord.js docs url
* Update packages/util/docs/README.md
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2023-04-07 10:35:56 +00:00 |
|
Suneet Tipirneni
|
c519fe66c9
|
refactor(ui): add 'use client' directives to client-only components (#9330)
|
2023-04-07 09:22:40 +02:00 |
|
Almeida
|
24f280290b
|
fix(website): dont crash when serviceWorker is not available (#9331)
|
2023-04-07 09:22:09 +02:00 |
|
Almeida
|
6912faa9b3
|
fix(core): missed optional options (#9311)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-04 18:37:26 +00:00 |
|
iCrawl
|
0645bf0f7f
|
fix(website): edge-config fallback
|
2023-04-02 18:30:00 +02:00 |
|
iCrawl
|
6aba9e99eb
|
ci: planetscale upload
|
2023-04-02 13:22:52 +02:00 |
|
iCrawl
|
5efdf57894
|
chore: deps
|
2023-04-02 12:59:19 +02:00 |
|
iCrawl
|
74059c9d97
|
chore(builders): release @discordjs/builders@1.6.1
@discordjs/builders@1.6.1
|
2023-04-02 12:38:29 +02:00 |
|
iCrawl
|
8d345a041e
|
chore: add next to packages
|
2023-04-02 02:50:27 +02:00 |
|
iCrawl
|
1cbd04e8fd
|
build: git-cliff config
|
2023-04-02 01:55:39 +02:00 |
|
iCrawl
|
8592edba39
|
chore(discord.js): release discord.js@14.9.0
14.9.0
|
2023-04-02 01:52:41 +02:00 |
|
iCrawl
|
38f0986000
|
chore(ws): release @discordjs/ws@0.8.0
@discordjs/ws@0.8.0
|
2023-04-02 01:51:56 +02:00 |
|
iCrawl
|
9e077b749c
|
chore(voice): release @discordjs/voice@0.16.0
@discordjs/voice@0.16.0
|
2023-04-02 01:51:50 +02:00 |
|
iCrawl
|
b977ba5f4d
|
chore(rest): release @discordjs/rest@1.7.0
@discordjs/rest@1.7.0
|
2023-04-02 01:51:33 +02:00 |
|
iCrawl
|
1a6db13f6f
|
chore(proxy): release @discordjs/proxy@1.4.0
@discordjs/proxy@1.4.0
|
2023-04-02 01:51:26 +02:00 |
|
iCrawl
|
3334739f4f
|
chore(formatters): release @discordjs/formatters@0.3.0
@discordjs/formatters@0.3.0
|
2023-04-02 01:51:17 +02:00 |
|
iCrawl
|
26b2f59bdc
|
chore(core): release @discordjs/core@0.5.0
@discordjs/core@0.5.0
|
2023-04-02 01:51:07 +02:00 |
|
iCrawl
|
b0ecc57977
|
chore(collection): release @discordjs/collection@1.5.0
@discordjs/collection@1.5.0
|
2023-04-02 01:50:51 +02:00 |
|
iCrawl
|
035203f0d9
|
chore(builders): release @discordjs/builders@1.6.0
@discordjs/builders@1.6.0
|
2023-04-02 01:49:33 +02:00 |
|
iCrawl
|
ce7d6b47b7
|
chore(brokers): release @discordjs/brokers@0.2.0
@discordjs/brokers@0.2.0
|
2023-04-02 01:49:13 +02:00 |
|
Noel
|
11e682cfe3
|
feat(core): http-only wrapper (#9281)
|
2023-04-02 01:44:19 +02:00 |
|
Vlad Frangu
|
9d69bba47c
|
fix(core): include data for defer (#9284)
|
2023-04-02 01:38:33 +02:00 |
|
Jaw0r3k
|
2792e48119
|
docs: describe private properties (#8879)
* feat: describe private properties
* Update packages/discord.js/src/structures/GuildMember.js
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com>
* Apply suggestions from code review
---------
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-01 23:21:53 +00:00 |
|
Jaw0r3k
|
384b4d10e8
|
docs: differ User#send (#9251)
* docs: differate user#send
* chore: format
* chore: remove some examples
* docs: add GuildMember#send example
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-01 23:17:54 +00:00 |
|
Jaw0r3k
|
d16114c526
|
docs: fix compare position example (#9272)
Update Role.js
Co-authored-by: space <spaceeec@yahoo.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-01 22:37:18 +00:00 |
|
pkdev08
|
de1aac674a
|
fix: add support for new guild feature GUILD_WEB_PAGE_VANITY_URL (#9219)
Co-authored-by: space <spaceeec@yahoo.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-01 22:34:07 +00:00 |
|
Jaw0r3k
|
79875658cf
|
fix: resolving string bitfield (#9262)
fix: resolving bitfield
Co-authored-by: space <spaceeec@yahoo.com>
|
2023-04-01 22:30:51 +00:00 |
|
Jiralite
|
ab3328a0e2
|
chore: Include discord.js in the user agent string (#9267)
* chore: apply user agent string
* fix: enforce even in custom option
* fix: tests
* refactor: simpler way
* docs: add type
* Update packages/discord.js/src/client/BaseClient.js
Co-authored-by: Aura Román <kyradiscord@gmail.com>
* fix: prioritise `option` type check
* types: `static`
* feat: add runtime check
* docs: update default
* refactor: remove Bun
* Update packages/discord.js/src/client/BaseClient.js
Co-authored-by: Almeida <almeidx@pm.me>
* fix: extra whitespace issues
* refactor: `trimEnd()`
---------
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-01 22:26:44 +00:00 |
|
Jiralite
|
1864d37d36
|
fix(AutocompleteInteraction): Send name_localizations correctly (#9238)
fix(AutocompleteInteraction): send locale correctly
Co-authored-by: space <spaceeec@yahoo.com>
|
2023-04-01 22:19:23 +00:00 |
|
Tetie
|
f340f3b1fd
|
refactor: call GuildBanManager#create() directly (#9263)
refactor: call bans.create directly
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2023-04-01 22:09:01 +00:00 |
|
Suneet Tipirneni
|
907eb1b470
|
feat(core): Add AbortSignal support. (#9042)
* feat: add abort signal to guilds api
* feat: add to application commands, channels, and users classes
* chore: finish up
* chore: centralize types
* chore: make requested changes
* chore: make requested changes
* refactor: consistently use empty objects
* Update packages/core/src/api/webhook.ts
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
* chore: make requested changes
* refactor: update `setVoiceState` after rebase
* chore: requested changes
* refactor: use -types interface for query
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2023-04-01 21:11:37 +00:00 |
|
iCrawl
|
e2f39ccc32
|
fix(website): migration from old website
|
2023-04-01 15:50:47 +02:00 |
|
Tetie
|
74a6d59ae9
|
chore: overhaul readmes (#9277)
Co-authored-by: Souji <timoqueezle@gmail.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2023-04-01 13:45:15 +02:00 |
|
iCrawl
|
a5b0d97224
|
fix(website): redirect for logo
|
2023-04-01 13:32:10 +02:00 |
|
iCrawl
|
52c6ea2fdb
|
feat(website): add static logo
|
2023-04-01 13:15:27 +02:00 |
|
iCrawl
|
cfa48cedc3
|
fix(website): update url
|
2023-04-01 13:12:18 +02:00 |
|
iCrawl
|
cf23149d17
|
fix(website): make sure to use proper revalidate and per request caching
|
2023-04-01 03:12:12 +02:00 |
|
iCrawl
|
311cab2d3f
|
build(website): build site from db data
|
2023-04-01 02:50:24 +02:00 |
|
Jiralite
|
34bc36ac4b
|
feat(Guild): Add max_stage_video_channel_users (#8422)
feat(Guild): add `max_stage_video_channel_users`
|
2023-03-31 22:30:25 +00:00 |
|
ckohen
|
db8df104c5
|
fix(handlers): create burst handler for interaction callbacks (#8996)
* fix(handlers): create burst handler for interaction callbacks
* docs: use remarks instead of info block
Co-Authored-By: Almeida <almeidx@pm.me>
* refactor: move code duplication to shared handler
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
* Update packages/rest/src/lib/handlers/BurstHandler.ts
---------
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
|
2023-03-30 17:22:04 +00:00 |
|
Jiralite
|
984bd55b43
|
fix: Keep symbols in actions manager (#9293)
fix: keep symbols in actions manager
|
2023-03-29 17:27:23 +00:00 |
|
iCrawl
|
3cf4f4b317
|
ci: fix linting astro files
|
2023-03-28 23:10:41 +02:00 |
|
iCrawl
|
fd008f0144
|
ci: run specific version of node
|
2023-03-28 23:02:25 +02:00 |
|
iCrawl
|
8deef3e93f
|
ci: fix docker image build
|
2023-03-28 22:55:28 +02:00 |
|