Shouldnt we use Math.round(bot.ws.ping) instead because of how its more consistent, cause when I tried it I consistently got the same ping instead of variation.
Math.round(client.ws.ping) is specifically ping for the API while Date.now() - message.createdTimestamp is for message ping. I believe Tim originally wanted message ping, but we can have both
Shouldnt we use Math.round(bot.ws.ping) instead because of how its more consistent, cause when I tried it I consistently got the same ping instead of variation.