UNPKG
lixo.js
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
github.com/Bottomloader/lixo.js
Bottomloader/lixo.js
lixo.js
/
src
/
functions
/
ping.js
9 lines
(8 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports = { name:
"$ping"
, description:
"Returns the bot's websocket heartbeat ping in milliseconds."
, takesBrackets:
false
, execute:
async
(context,
args
) => {
return
context.client.ws.ping.toString(); } };