Skip to content

Commit

Permalink
feat: show amount of guilds joined in status
Browse files Browse the repository at this point in the history
Signed-off-by: Tatu Pesonen <tatupe360@hotmail.com>
  • Loading branch information
Tatu Pesonen committed Sep 14, 2021
1 parent 2e01220 commit aa0bf7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/commands/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const StatusCommand: ICommand<COMMAND_TYPE.LEGACY> = {
{
name: 'Info',
value: `Repository: ${pjson.repository ?? 'unavailable'}
WebSocket latency: ${client.ws.ping + 'ms' ?? 'unavailable'}`,
WebSocket latency: ${client.ws.ping + 'ms' ?? 'unavailable'}
Amount of guilds joined: ${client.guilds.cache.size ?? 'unavailable'}`,
inline: false,
},
{
Expand Down

0 comments on commit aa0bf7e

Please sign in to comment.