Browse Source

erorr fixing

baumsplitter41 4 tháng trước cách đây
mục cha
commit
58e0f82102
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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