mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
fix(typings): GuildChannel#parentID is nullable (#3508)
This commit is contained in:
Vendored
+1
-1
@@ -794,7 +794,7 @@ declare module 'discord.js' {
|
||||
public readonly members: Collection<Snowflake, GuildMember>;
|
||||
public name: string;
|
||||
public readonly parent: CategoryChannel | null;
|
||||
public parentID: Snowflake;
|
||||
public parentID: Snowflake | null;
|
||||
public permissionOverwrites: Collection<Snowflake, PermissionOverwrites>;
|
||||
public readonly permissionsLocked: boolean | null;
|
||||
public readonly position: number;
|
||||
|
||||
Reference in New Issue
Block a user