diff --git a/nomen/main.py b/nomen/main.py index 591aa71..64f1908 100644 --- a/nomen/main.py +++ b/nomen/main.py @@ -372,7 +372,7 @@ async def admin_eval(ctx, *, body: str): @bot.command() async def ping(ctx): - await ctx.send("Pong") + await ctx.send(f"Pong!\nLatency: {bot.latency*1000:.1f}ms") @bot.command()