소스 검색

changes picture in verify embed

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

+ 1 - 1
VPD_BOT/main.py

@@ -412,7 +412,7 @@ async def setup_rr(
         description=f"{description}\n\nViel Spass auf dem Server!",
         color=discord.Color.red()
     )
-    embed.set_image(url="https://i.imgur.com/iu1VyKZ.png")
+    embed.set_image(url="https://i.imgur.com/FoF791J.png")
 
     try:
         await channel.send(embed=embed, view=PersistentRoleView())