diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 00:50:48 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-13 00:50:48 -0400 |
| commit | fd129927c7aa77ec67216c9d8a1e3a64d707a35c (patch) | |
| tree | 8a0e1cb1d363385000027bf1b3ac7cf873f3d20e /aleebot.js | |
| parent | e5c6400a5f113f03cbafba59e163efe0c86737be (diff) | |
| download | AleeBot-fd129927c7aa77ec67216c9d8a1e3a64d707a35c.tar.gz AleeBot-fd129927c7aa77ec67216c9d8a1e3a64d707a35c.tar.bz2 AleeBot-fd129927c7aa77ec67216c9d8a1e3a64d707a35c.zip | |
Updated ab:ping
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ client.on("message", function(message){ } if(command === 'ping'){ - message.reply('Pong! :ping_pong:'); + message.reply(`Pong! :ping_pong: \`${Date.now() - message.createdTimestamp} ms\``); } if(command === 'owner'){ |
