mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
fix(Guild): setChannelPositions null parenting (#5841)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2596,7 +2596,7 @@ declare module 'discord.js' {
|
||||
interface ChannelPosition {
|
||||
channel: ChannelResolvable;
|
||||
lockPermissions?: boolean;
|
||||
parent?: CategoryChannelResolvable;
|
||||
parent?: CategoryChannelResolvable | null;
|
||||
position?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user