diff --git a/src/structures/channel.ts b/src/structures/channel.ts index f8efdae7b..71086cc4f 100644 --- a/src/structures/channel.ts +++ b/src/structures/channel.ts @@ -103,7 +103,9 @@ export async function createDiscordenoChannel( return channel; } -export interface DiscordenoChannel extends Channel { +export interface DiscordenoChannel + extends Omit { + permissionOverwrites: DiscordOverwrite[]; guildId: string; // GETTERS