From 43456b4098f78889f68dea3bf9a71b9c03737109 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:20:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20New=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ping.js b/commands/ping.js index 64cc37f..461174d 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -4,6 +4,6 @@ const Discord = require("discord.js") exports.run = async (client, message, args) => { //Message - message.channel.send(`Ping : ${client.ws.ping} ${emotes.success}`) + message.channel.send(`Ping : ${client.ws.ping} ms ${emotes.success}`) }