mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(GuildChannel): add manageable getter
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user