Skip to content

Commit

Permalink
fix(PingCommand): Message Latency -> API Latency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Jul 12, 2020
1 parent e2eb480 commit 126d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/PingCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class PingCommand extends BaseCommand {
.setAuthor("🏓 PONG!", message.client.user!.displayAvatarURL())
.setColor(this.searchHex(wsLatency))
.addFields({
name: "📶 Message Latency",
name: "📶 API Latency",
value: `**\`${latency}\`** ms`,
inline: true
}, {
Expand Down

0 comments on commit 126d61e

Please sign in to comment.