diff --git a/src/cmds/core/user.py b/src/cmds/core/user.py index e518233..89f7c3b 100644 --- a/src/cmds/core/user.py +++ b/src/cmds/core/user.py @@ -256,7 +256,7 @@ async def user_stats(self, ctx: ApplicationContext) -> Interaction | WebhookMess for m in ctx.guild.members: if not m.bot: members += 1 - if len(m.roles) > 1: + if len(m.roles) >= 1: verified_members += 1 else: bots_count += 1