diff --git a/lib/routes/Guilds.ts b/lib/routes/Guilds.ts index d945f61b..34d9ace7 100644 --- a/lib/routes/Guilds.ts +++ b/lib/routes/Guilds.ts @@ -818,6 +818,7 @@ export default class Guilds { channel_id: options.channelID, communication_disabled_until: options.communicationDisabledUntil, deaf: options.deaf, + flags: options.flags, mute: options.mute, nick: options.nick, roles: options.roles diff --git a/lib/types/channels.d.ts b/lib/types/channels.d.ts index 38399d17..12c3ede9 100644 --- a/lib/types/channels.d.ts +++ b/lib/types/channels.d.ts @@ -112,7 +112,7 @@ export interface RawForumChannel extends Omit { ty export interface RawMediaChannel extends Omit { type: ChannelTypes.GUILD_MEDIA; } export interface PartialChannel extends Pick {} -export interface RawInteractionResolvedChannel extends Omit>, "name">, Pick { name: string | null; } +export interface RawInteractionResolvedChannel extends Omit>, "name">, Pick { name: string | null; } export interface RawOverwrite { allow: string; diff --git a/package.json b/package.json index 70066867..dc9acb16 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typedoc-plugin-mdn-links": "^3.1.14", "typedoc-plugin-merge-modules": "^5.1.0", "typescript": "^5.3.3", - "undici-types": "^6.4.0" + "undici-types": "^6.6.2" }, "dependencies": { "tslib": "^2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a984776..ffa6d37d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ devDependencies: specifier: ^5.3.3 version: 5.3.3 undici-types: - specifier: ^6.4.0 - version: 6.4.0 + specifier: ^6.6.2 + version: 6.6.2 packages: @@ -1607,8 +1607,8 @@ packages: side-channel: 1.0.4 dev: true - /ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + /ip@2.0.1: + resolution: {integrity: sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==} dev: true /is-array-buffer@3.0.2: @@ -2511,7 +2511,7 @@ packages: resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: - ip: 2.0.0 + ip: 2.0.1 smart-buffer: 4.2.0 dev: true @@ -2810,8 +2810,8 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - /undici-types@6.4.0: - resolution: {integrity: sha512-hF4VKFUTypcLYImmZ13xVhjDaFhRlNULLUCOpm2ADKjuoqWpBFL1oXJXe2+hPq7aBv4v/FagI+MEDUNb8H9vHA==} + /undici-types@6.6.2: + resolution: {integrity: sha512-acoBcoBobgsg3YUEO/Oht8JJCuFYpzWLFKbqEbcEZcXdkQrTzkF/yWj9JoLaFDa6ArI31dFEmNZkCjQZ7mlf7w==} dev: true /unique-filename@3.0.0: