DEBUG AGAIN FUCK
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user