Jelajahi Sumber

erorr fixing

baumsplitter41 4 bulan lalu
induk
melakukan
58e0f82102
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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