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)