From de65bc786bdcb10ccfdd8a4fc9526bc781c64e66 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Thu, 26 Nov 2020 22:12:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20(v2.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/ping.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/ping.js b/commands/ping.js index 9716efa..7bc3da8 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -1,7 +1,5 @@ -const emotes = require("../config/emojis.json"); - exports.run = async (client, message) => { - message.channel.send(`Ping : **${client.ws.ping}ms** ${emotes.success}`) + message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`) };