소스 검색

erorr fixing

baumsplitter41 4 달 전
부모
커밋
58e0f82102
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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