UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

9 lines (6 loc) 252 B
module.exports = function (message, params, config) { var timestamp = new Date(message.createdTimestamp); var now = new Date(); var delta = now.getTime() - timestamp.getTime(); message.channel.send(":ping_pong: Pong! (" + delta + " ms)"); };