From 177d5ca6a4c0350b68a4f00ffadf15cdd1ee54cd Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Wed, 30 Jun 2021 19:31:34 +0200 Subject: [PATCH] Small edit --- commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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