Ver Fonte

erorr fixing

baumsplitter41 há 4 meses atrás
pai
commit
58e0f82102
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      VPD_BOT/main.py

+ 1 - 1
VPD_BOT/main.py

@@ -466,7 +466,7 @@ async def modinfo(
                 inline=False
             )
 
-    if not warns and not kicks and bans:
+    if not warns and not kicks and not bans:
         await ctx.followup.send(f"User {user.mention} has no moderation history.", ephemeral=True)
         return