mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings(GuildChannel): add manageable getter
This commit is contained in:
parent
3cd224dc76
commit
12e041bc2b
1 changed files with 1 additions and 0 deletions
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue