소스 검색

fixing error

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

+ 1 - 1
VPD_BOT/main.py

@@ -488,7 +488,7 @@ async def modinfo(
     embed.set_author(name="VicePD", icon_url="https://i.imgur.com/6QteFrg.png")
     embed.set_footer(text="VicePD - Bot | Made by BaumSplitter41")
 
-    await ctx.followup.send(embed=embed, ephemeral=False)
+    await ctx.followup.send(embed=embed)
 
 
 #_________________________________#