BaumSplitter41 4 달 전
부모
커밋
5dfdc22824
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VPD_BOT/main.py

+ 1 - 1
VPD_BOT/main.py

@@ -414,7 +414,7 @@ async def modinfo(
     ctx,
     user: Option(discord.User, required=True) # type: ignore
 ):
-    #await ctx.defer(ephemeral=False)
+    await ctx.defer(ephemeral=False)
 
     if not ctx.author.guild_permissions.kick_members:
         await ctx.followup.send("No permission.", ephemeral=True)