Update 'commands/Info/uptime.js'

This commit is contained in:
LauraOrchid 2022-07-29 00:14:57 +00:00
parent f33bd44ab5
commit 523a595dcc

View File

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