From 5a1b804e3a1b14898bc16bfe527e060912a7664b Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Sat, 23 Jul 2022 22:08:12 +0000 Subject: [PATCH] Update 'commands/Info/ping.js' --- 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 e5e364d..a17ebfd 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/DiscordJS-v14-Template\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\nLatency : ${client.ws.ping}ms`) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` }); interaction.followUp({ embeds: [embed] });