✨ Bug fixes & update (v3.0.0)
This commit is contained in:
10
commands/infos/ping.js
Normal file
10
commands/infos/ping.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
name: 'ping',
|
||||
aliases: [],
|
||||
category: 'Infos',
|
||||
utilisation: '{prefix}ping',
|
||||
|
||||
execute(client, message) {
|
||||
message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user