Hey! I am developing a discord bot using Discord.py. How do I make a ping command like this?
Instead of this:
Im using {client.latency} for mine.
Noah
2
await ctx.send('Pong! {0}'.format(round(client.latency, 1)))
A bit of rounding and maths.
system
Closed
4
This topic was automatically closed after 7 days. New replies are no longer allowed.