forked from snxraven/DiscordJS-v14-Template
Update 'commands/Info/uptime.js'
This commit is contained in:
parent
f33bd44ab5
commit
523a595dcc
@ -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()}` });
|
||||
|
Loading…
Reference in New Issue
Block a user