From 17141991a61d3b6e4398f6ecce43c5be7bb3b531 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 1 Jul 2021 17:48:42 +0200 Subject: [PATCH] Remove leftover comments from example --- commands/ping.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/ping.js b/commands/ping.js index 848eb4d..6e23a0c 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -1,7 +1,7 @@ module.exports = { - name: 'ping', // Keep it to one word + name: 'ping', description: 'Just ping.', - execute({message, client}) { //parameters you can use for netload: message, args, client, prefix + execute({message, client}) { message.channel.send(`Pong.\n${client.ws.ping}ms`) } }; \ No newline at end of file