From 60656be2bc16e5ab275fe6e2d2650666e6c932fa Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Thu, 3 Dec 2020 21:35:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Correction?= 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 7bc3da8..549acec 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -1,5 +1,5 @@ exports.run = async (client, message) => { - message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`) + message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`); };