Compare commits

..

No commits in common. "bdb87c97d78eb6150b835efe02a3bfa0df7c121e" and "921e08e0ff133eba3275421092f63e54850cfd7a" have entirely different histories.

View file

@ -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(', ')}]