baumsplitter41 4 месяцев назад
Родитель
Сommit
2da23809be
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      VPD_BOT/main.py

+ 2 - 2
VPD_BOT/main.py

@@ -423,7 +423,7 @@ async def modinfo(
         return
         return
 
 
     embed = discord.Embed(
     embed = discord.Embed(
-        title=f"Moderation History for {user.name}",
+        title=f"__Moderation History for {user.name}__",
         color=discord.Color.orange()
         color=discord.Color.orange()
     )
     )
 
 
@@ -488,7 +488,7 @@ async def modinfo(
     embed.set_author(name="VicePD", icon_url="https://i.imgur.com/6QteFrg.png")
     embed.set_author(name="VicePD", icon_url="https://i.imgur.com/6QteFrg.png")
     embed.set_footer(text="VicePD - Bot | Made by BaumSplitter41")
     embed.set_footer(text="VicePD - Bot | Made by BaumSplitter41")
 
 
-    await ctx.respond(embed=embed)
+    await ctx.followup.send(embed=embed)
 
 
 
 
 #_________________________________#
 #_________________________________#