Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
1607769
1
Parent(s): 5e3afa1
update 4
Browse files- pydvpl_bot.py +1 -1
pydvpl_bot.py
CHANGED
|
@@ -422,7 +422,7 @@ async def ping(ctx):
|
|
| 422 |
# Calculate shared latency
|
| 423 |
shared_latency = round(bot.latency * 1000)
|
| 424 |
|
| 425 |
-
await msg.edit(content=f"🏓 Pong! Client latency is `{client_latency:.2f}ms`
|
| 426 |
|
| 427 |
#await ctx.reply(f"The command `ping` was executed by - {ctx.author.mention}")
|
| 428 |
|
|
|
|
| 422 |
# Calculate shared latency
|
| 423 |
shared_latency = round(bot.latency * 1000)
|
| 424 |
|
| 425 |
+
await msg.edit(content=f"🏓 Pong! Client latency is `{client_latency:.2f}ms` - Shared latency is `{shared_latency}ms`.")
|
| 426 |
|
| 427 |
#await ctx.reply(f"The command `ping` was executed by - {ctx.author.mention}")
|
| 428 |
|