Ping! discord.py help needed
https://repl.it/@ReshiramWolfu/Alter-Ego-Bot-Discord
This is my code for my discord.py bot already, I want to know how to post the ping (in milliseconds) in the command dedicated for it, can someone help
Account426463
it's client.latency.
Change your ping command code to
await ctx.send(f'Pong! {client.latency}')
@Dopest_Pleb Thank you!