Compare commits
No commits in common. "bdb87c97d78eb6150b835efe02a3bfa0df7c121e" and "921e08e0ff133eba3275421092f63e54850cfd7a" have entirely different histories.
bdb87c97d7
...
921e08e0ff
1 changed files with 2 additions and 4 deletions
|
@ -20,8 +20,6 @@ module.exports = class Ping extends Command {
|
|||
const ws = Math.round(ctx.client.ws.ping);
|
||||
const shard = Math.round(ctx.guild.shard.ping);
|
||||
|
||||
return m.edit(`REST ${rest / 1000}s (${rest}ms)\nWS ${ws / 1000}s (${ws}ms)`);
|
||||
return m.edit(`REST ${rest / 1000}s (${rest}ms)\nWS ${ws / 1000}s (${ws}ms)\nShard Avg. ${shard / 1000}s (${shard}ms) [${ctx.guild.shard.pings.join(', ')}]`);
|
||||
}
|
||||
}
|
||||
|
||||
// \nShard Avg. ${shard / 1000}s (${shard}ms) [${ctx.guild.shard.pings.join(', ')}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue