diff --git a/litecord/blueprints/guild/mod.py b/litecord/blueprints/guild/mod.py index c3f17fb..fd8d16c 100644 --- a/litecord/blueprints/guild/mod.py +++ b/litecord/blueprints/guild/mod.py @@ -159,7 +159,7 @@ async def get_prune(guild_id: int, days: int) -> list: member_id, ) - if role_count == 0: + if role_count == 1: # only the @everyone role members.append(member_id) return members