From f8c1eb42ac73816152c24596520d466f6bca6a22 Mon Sep 17 00:00:00 2001 From: JustEvil <71156616+EvilG-MC@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:41:20 -0600 Subject: [PATCH] fix: 'Permissions' type truco (#234) --- src/types/rest/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/rest/channel.ts b/src/types/rest/channel.ts index 9ddd112..6888cd1 100644 --- a/src/types/rest/channel.ts +++ b/src/types/rest/channel.ts @@ -1,4 +1,4 @@ -import type { Snowflake, ChannelType, VideoQualityMode, OverwriteType } from '..'; +import type { Snowflake, ChannelType, VideoQualityMode, OverwriteType, Permissions } from '..'; import type { APIChannel,