From 6af3662b47580f810bca0103ced31f666e15f007 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:00:49 -0500 Subject: do even more fixes --- src/lib/extensions/discord.js/BushChannel.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/extensions/discord.js') diff --git a/src/lib/extensions/discord.js/BushChannel.d.ts b/src/lib/extensions/discord.js/BushChannel.d.ts index 497c33a..9a78b9a 100644 --- a/src/lib/extensions/discord.js/BushChannel.d.ts +++ b/src/lib/extensions/discord.js/BushChannel.d.ts @@ -7,8 +7,7 @@ export class BushChannel extends Channel { public constructor(client: BushClient, data?: RawChannelData, immediatePatch?: boolean); public readonly createdAt: Date; public readonly createdTimestamp: number; - public get deleted(): boolean; - public set deleted(value: boolean); + public deleted: boolean; public id: Snowflake; public readonly partial: false; public type: keyof typeof ChannelTypes; -- cgit