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:
Jiralite
2023-08-21 22:00:14 +01:00
committed by GitHub
parent dd5e7453e8
commit 899bc5f78b
13 changed files with 38 additions and 36 deletions

View File

@@ -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 {