From ed608d52b8ae3b04a797336e1fca7dbb68283ae6 Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Wed, 27 Jul 2022 10:32:56 +0000 Subject: [PATCH] Update 'commands/Info/ping.js' Coming soon, a fully static website for my second My Little Pony Original Character. No MySQL, no PHP, not even JavaScript! --- commands/Info/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Info/ping.js b/commands/Info/ping.js index a17ebfd..08c4a4c 100644 --- a/commands/Info/ping.js +++ b/commands/Info/ping.js @@ -8,7 +8,7 @@ module.exports = { const embed = new EmbedBuilder() .setColor("#0CE2FA") .setTitle("🌼 Hi friend!") - .setDescription(`I'm Laura Orchid, 17 year old from Ponyville. Working as florist, likes tech and photography!\nMy source code: https://git.codingvm.codes/LauraOrchid/LauraXD\nLatency : ${client.ws.ping}ms`) + .setDescription(`I'm Laura Orchid, 17 year old from Ponyville. Working as florist, likes tech and photography!\nMy source code: https://git.codingvm.codes/LauraOrchid/LauraXD\nMy website: https://lunastarshine.epizy.com\nLatency : ${client.ws.ping}ms`) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` }); interaction.followUp({ embeds: [embed] });