initial commit
This commit is contained in:
10
commands/utils/ping.js
Normal file
10
commands/utils/ping.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
|
||||
name: "ping",
|
||||
description: "Get the bot latency ",
|
||||
|
||||
async run(client, message) {
|
||||
|
||||
message.reply(`Ping : \`${client.ws.ping}ms\`.`);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user