mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 13:54:36 +00:00
Increase log threshold for AutoUserDownload
This commit is contained in:
parent
3d4add3581
commit
014b5a601d
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ class AutoUserDownload : BackgroundService {
|
||||||
processed++;
|
processed++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (processed > 0) Log($"Explicit user list request processed for {processed} guild(s).");
|
if (processed > 100) Log($"Explicit user list request processed for {processed} guild(s).");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue