@client.command() async def ping(ctx): await ctx.send(f\'Pong! You ping latency is {client.latency}\')
Wh