mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 23:46:26 -05:00
hmm
This commit is contained in:
parent
e6c3246dbe
commit
c2c3815839
@ -67,7 +67,7 @@ client.on("message", async message => {
|
|||||||
// Calculates ping between sending a message and editing it, giving a nice round-trip latency.
|
// Calculates ping between sending a message and editing it, giving a nice round-trip latency.
|
||||||
// The second ping is an average latency between the bot and the websocket server (one-way, not round-trip)
|
// The second ping is an average latency between the bot and the websocket server (one-way, not round-trip)
|
||||||
const m = await message.channel.send("Ping?");
|
const m = await message.channel.send("Ping?");
|
||||||
m.edit(`Pong! Latency is ${m.createdTimestamp - message.createdTimestamp}ms. API Latency is ${Math.round(WebSocketShard.ping)}ms`);
|
m.edit(`Pong! Latency is ${m.createdTimestamp - message.createdTimestamp}ms. API Latency is ${Math.round(WebSocketManager.ping)}ms`);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(command === "say") {
|
if(command === "say") {
|
||||||
|
Loading…
Reference in New Issue
Block a user