From 849f5e7673febf0b86cd002129c74635cf9b6c8d Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Sun, 21 Aug 2022 03:05:58 +0000 Subject: [PATCH] Update 'commands/Info/uptime.js' --- commands/Info/uptime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Info/uptime.js b/commands/Info/uptime.js index c80a999..d447de0 100644 --- a/commands/Info/uptime.js +++ b/commands/Info/uptime.js @@ -3,12 +3,12 @@ const decodeTime = require('format-duration'); module.exports = { name: "status", - description: "Cool facts about Laura :)", + description: "Tiffany's Health Status.", run: async (client, interaction) => { const embed = new EmbedBuilder() .setColor("#FA0CF2") - .setTitle("💜 Laura's Story!") + .setTitle("💜 Tiffany's Story!") .setDescription(`Latency: ${client.ws.ping}ms\nUptime: ${decodeTime(client.uptime)}`) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });