From f33bd44ab52f932715f13de74d37596f2647ebdd Mon Sep 17 00:00:00 2001 From: LauraOrchid Date: Thu, 28 Jul 2022 14:53:11 +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 24a23db..17eb563 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\nSocial Media: FB and IG: PippCandy\nDonate to me: https://saweria.co/TiffanyLynch\nHave fun! -Laura <3`) + .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\nDonate to me: https://saweria.co/TiffanyLynch\nHave fun! -Laura <3`) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` }); interaction.followUp({ embeds: [embed] });