var yourping = new Date().getTime() - message.createdTimestamp var botping = Math.round(bot.ws.ping) message.channel.send(`Your ping: ${yourping} Bots ping: ${botping}`)