diff --git a/src/bot.js b/src/bot.js index f1626da..691c2a7 100755 --- a/src/bot.js +++ b/src/bot.js @@ -67,7 +67,7 @@ client.on("message", async message => { // 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) const m = await message.channel.send("Ping?"); - m.edit(`Pong! Latency is ${m.createdTimestamp - message.createdTimestamp}ms.; + m.edit(`Pong! Latency is ${m.createdTimestamp - message.createdTimestamp}ms`); } if(command === "say") {