don't set possition if sent
This commit is contained in:
parent
246b493d76
commit
1550ccd099
@ -164,7 +164,7 @@ router.patch(
|
|||||||
{ id: channel.id },
|
{ id: channel.id },
|
||||||
{ permission_overwrites: parent.permission_overwrites },
|
{ permission_overwrites: parent.permission_overwrites },
|
||||||
);
|
);
|
||||||
if (parent) {
|
if (parent && opt.position === undefined) {
|
||||||
const parentPos = notMentioned.indexOf(parent.id);
|
const parentPos = notMentioned.indexOf(parent.id);
|
||||||
notMentioned.splice(parentPos + 1, 0, channel.id);
|
notMentioned.splice(parentPos + 1, 0, channel.id);
|
||||||
channel.position = (parentPos + 1) as number;
|
channel.position = (parentPos + 1) as number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user