Skip to content

Commit

Permalink
feat(rabbitmq): Add timestamp to gateway update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Dec 10, 2019
1 parent d4f5569 commit 081d012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/services/RabbitMq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export class RabbitMqService {
cmd: ShardCommand.STATUS,
connected: this.client.gatewayConnected,
gateway: this.client.gatewayInfo,
gatewayLastUpdate: this.client.gatewayInfoCachedAt.toISOString(),
guilds: this.client.guilds.size,
error: err ? err.message : null,
tracking: {
Expand Down

0 comments on commit 081d012

Please sign in to comment.