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()}` });