diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index 39f7009d7..1e5c5ce49 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -388,7 +388,7 @@ class GuildChannel extends Channel { setParent(channel, { lockPermissions = true, reason } = {}) { return this.edit( { - parentId: channel?.id ?? channel ?? null, + parent: channel ?? null, lockPermissions, }, reason,