From eceb9a6e35cb70814366264e4d2e86ebc0ffd9f9 Mon Sep 17 00:00:00 2001 From: M s v <78690237+Just-Msv@users.noreply.github.com> Date: Tue, 13 Jul 2021 10:00:36 +0530 Subject: [PATCH] Update ping.js --- src/commands/misc/ping.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/misc/ping.js b/src/commands/misc/ping.js index 2fd78a8..14bc24c 100644 --- a/src/commands/misc/ping.js +++ b/src/commands/misc/ping.js @@ -19,7 +19,7 @@ module.exports = { .addField('Roundtrip', `${this.getEmoji(new Date() - message.createdTimestamp)} ${new Date() - message.createdTimestamp}ms`) .addField('Websocket', `${this.getEmoji(client.ws.ping)} ${client.ws.ping}ms`) .setColor('#0077be') - g.edit(embed) + g.edit("",embed) }, getEmoji(amount) { let emoji; @@ -32,4 +32,4 @@ module.exports = { } return emoji; } -} \ No newline at end of file +}