소스 검색

Changing some markdown

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)