Sort /channels for gateway consistency
This commit is contained in:
parent
e116e93693
commit
6ca12cb7fb
@ -48,6 +48,7 @@ router.get(
|
|||||||
channel.guild,
|
channel.guild,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
channels.sort((a, b) => a.position - b.position);
|
||||||
|
|
||||||
res.json(channels);
|
res.json(channels);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user