We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e5443 commit 83f4e5fCopy full SHA for 83f4e5f
src/commands/admin/status.ts
@@ -67,7 +67,7 @@ export default class Status extends Command {
67
return sendMessage(source, `Running on commit <${getVersion()}>
68
Memory heap usage: ${getMemoryUsage()}
69
Current uptime: ${formatTime(process.uptime())}
70
-Ping: ${client.ws.ping}ms
+Ping: ${client.ws.ping.toFixed(1)}ms
71
Cache: in ${client.channels.cache.size} channels on ${client.guilds.cache.size} servers, for a total of ${client.users.cache.size} users.
72
Total commands executed: ${totalCommands}
73
${moreInfo ? `
src/events/cacheSweep.ts
0 commit comments