BaumSplitter41 пре 4 месеци
родитељ
комит
d39e3754ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      VPD_BOT/main.py

+ 1 - 1
VPD_BOT/main.py

@@ -456,7 +456,7 @@ async def modinfo(
             )
 
     if not warns and not kicks and not bans and not unbans:
-        await ctx.followup.send(f"User {user.name} has no moderation history.", ephemeral=True)
+        await ctx.followup.send(f"User `{user.name}` has no moderation history.", ephemeral=True)
         return
 
     embed.set_thumbnail(url=user.display_avatar.url)