UNPKG

lixo.js

Version:
9 lines (8 loc) 243 B
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(); } };