This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
legacy-musicbot/commands/ping.js
2020-11-26 22:12:27 +01:00

6 lines
136 B
JavaScript

exports.run = async (client, message) => {
message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`)
};