mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
build: bump Undici and discord-api-types (#9779)
* build: bump discord-api-types * build: bump Undici too --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -58,11 +58,11 @@
|
||||
"@discordjs/ws": "workspace:^",
|
||||
"@sapphire/snowflake": "^3.5.1",
|
||||
"@types/ws": "^8.5.5",
|
||||
"discord-api-types": "0.37.50",
|
||||
"discord-api-types": "0.37.54",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"lodash.snakecase": "^4.1.1",
|
||||
"tslib": "^2.6.1",
|
||||
"undici": "5.22.1",
|
||||
"undici": "5.23.0",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
2
packages/discord.js/typings/index.d.ts
vendored
2
packages/discord.js/typings/index.d.ts
vendored
@@ -905,6 +905,8 @@ export type CategoryChannelType = Exclude<
|
||||
| ChannelType.PrivateThread
|
||||
| ChannelType.GuildCategory
|
||||
| ChannelType.GuildDirectory
|
||||
// TODO: https://github.com/discordjs/discord.js/pull/9662
|
||||
| ChannelType.GuildMedia
|
||||
>;
|
||||
|
||||
export class CategoryChannel extends GuildChannel {
|
||||
|
||||
Reference in New Issue
Block a user