From 12e041bc2b88e01d925a42296ee8a4c186772b76 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Wed, 17 Apr 2019 21:39:46 +0200 Subject: [PATCH] typings(GuildChannel): add manageable getter --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index a44039737..cf55da2ad 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -604,6 +604,7 @@ declare module 'discord.js' { public readonly calculatedPosition: number; public readonly deletable: boolean; public guild: Guild; + public readonly manageable: boolean; public readonly messageNotifications: GuildChannelMessageNotifications; public readonly muted: boolean; public name: string;