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** !`); };