From 11743d3c6a8560d8637307416e7bb13e12fb6391 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 28 Oct 2020 20:58:23 -0400 Subject: [PATCH] ping --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7c0e24f..4fa556a 100644 --- a/bot.py +++ b/bot.py @@ -124,7 +124,7 @@ async def info(ctx, username): @bot.command(name='ping') @commands.has_role(ADMIN_ROLE) async def ping(ctx) : - await ctx.send(f"🏓 Pong with {str(round(client.latency, 2))}") + await ctx.send(f"🏓 Pong") @bot.command(name="whoami") @commands.has_role(ADMIN_ROLE)