From 523a595dccbff4fffb1471b7345dcb947c2301a0 Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Fri, 29 Jul 2022 00:14:57 +0000 Subject: [PATCH] Update 'commands/Info/uptime.js' --- commands/Info/uptime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Info/uptime.js b/commands/Info/uptime.js index 11ee659..c80a999 100644 --- a/commands/Info/uptime.js +++ b/commands/Info/uptime.js @@ -8,7 +8,7 @@ module.exports = { run: async (client, interaction) => { const embed = new EmbedBuilder() .setColor("#FA0CF2") - .setTitle("💜 More information about laura :D") + .setTitle("💜 Laura's Story!") .setDescription(`Latency: ${client.ws.ping}ms\nUptime: ${decodeTime(client.uptime)}`) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });