DEBUG AGAIN FUCK

This commit is contained in:
Lamp 2022-04-01 22:53:50 -07:00
parent afc2b10a86
commit 6fe26e7837

@ -43,6 +43,7 @@ async function updateUserStatuses() {
}
let belowChannel = client.channels.resolve(config.vrchat_status_category).children.find(x => x.position == channel.position + 1);
console.debug(channel.name, channel.position, belowChannel.name, belowChannel.position, belowChannel.id);
if (user.worldId && user.worldId != "offline") {
let bcn = `${await getWorldNameForId(user.worldId)}`;
if (belowChannel && belowChannel.name.startsWith('┗') && belowChannel.name != bcn) {