diff --git a/src/commands/PingCommand.ts b/src/commands/PingCommand.ts index 6b242c91..41cb16b5 100644 --- a/src/commands/PingCommand.ts +++ b/src/commands/PingCommand.ts @@ -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 }, {