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 +}