Update 'commands/Info/ping.js'

This commit is contained in:
LauraOrchid 2022-07-28 14:19:29 +00:00
parent bb68b76adf
commit b37159af4e

View File

@ -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\nMy website: https://lunastarshine.epizy.com\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\nSocial Media: FB and IG: PippCandy\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] });