diff --git a/commands/ping.js b/commands/ping.js index 8e9e842..848eb4d 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -2,6 +2,6 @@ module.exports = { name: 'ping', // Keep it to one word description: 'Just ping.', execute({message, client}) { //parameters you can use for netload: message, args, client, prefix - message.channel.send(`Ping is ${client.ws.ping}ms`) + message.channel.send(`Pong.\n${client.ws.ping}ms`) } }; \ No newline at end of file