oops missed this

This commit is contained in:
MathMan05
2026-06-21 16:54:33 -05:00
parent e59836aa57
commit 36117de337
+1 -5
View File
@@ -2827,11 +2827,7 @@ class Channel extends SnowFlake {
build += ", ";
}
i++;
if (thing.nick) {
build += thing.nick;
} else {
build += thing.user.username;
}
build += thing.name;
showing = true;
}
} else {