Rifat Azad commited on
Commit
4842d3b
·
1 Parent(s): 4981a68
Files changed (1) hide show
  1. pydvpl_bot.py +1 -1
pydvpl_bot.py CHANGED
@@ -421,7 +421,7 @@ async def ping(ctx):
421
  # Calculate shared latency
422
  shared_latency = round(bot.latency * 1000)
423
 
424
- await msg.edit(content=f"Pong! 🏓 Client latency is {client_latency:.2f}ms. - Shared latency is {shared_latency}ms.")
425
 
426
  await ctx.reply(f"The command `ping` was executed by - {ctx.author.mention}")
427
 
 
421
  # Calculate shared latency
422
  shared_latency = round(bot.latency * 1000)
423
 
424
+ await msg.edit(content=f"🏓 Pong! Client latency is {client_latency:.2f}ms. - Shared latency is {shared_latency}ms.")
425
 
426
  await ctx.reply(f"The command `ping` was executed by - {ctx.author.mention}")
427