mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-11 19:44:48 +00:00
never make member list for dms
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user