浏览代码

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)