refactor: minor changes

This commit is contained in:
2025-03-28 21:22:07 -04:00
parent b0c96a11cd
commit f360566824
3 changed files with 7 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ async def cleanup():
targets.append(guild_id)
for target in targets:
del players[target]
debug(f"cleanup removed {len(targets)} empty players")
debug(f"cleanup thread removed {len(targets)} empty players")
if (
not idle_tracker["is_idle"]