never make member list for dms

This commit is contained in:
MathMan05
2025-10-07 10:36:41 -05:00
parent 2ce4c673f2
commit 0270cbd2c3
+3
View File
@@ -1087,6 +1087,9 @@ class Localuser {
if (channel.voice && this.voiceAllowed) {
return;
}
if (guild.id === "@me" && (channel as Group).users.length === 1) {
return;
}
if (list) {
const counts = new Map<string, number>();
for (const thing of list.d.ops[0].items) {