forked from snxraven/DiscordJS-v14-Template
Update 'commands/Info/ping.js'
This commit is contained in:
parent
3b9f2cccb7
commit
e67a5b0f5a
@ -2,13 +2,13 @@ const { EmbedBuilder } = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
name: "hello",
|
||||
description: "Say hi to Laura!",
|
||||
description: "Say hi to Tiffany!",
|
||||
|
||||
run: async (client, interaction) => {
|
||||
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\nDonate to me: https://saweria.co/TiffanyLynch\nHave fun! -Laura <3`)
|
||||
.setDescription(`I'm Tiffany Lynch, 16 year old from Jakarta. Likes ponies, flowers, and tech.\nMy source code: https://git.codingvm.codes/LauraOrchid/CatalystMoon\nDonate to me: https://saweria.co/TiffanyLynch`)
|
||||
.setTimestamp()
|
||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||
interaction.followUp({ embeds: [embed] });
|
||||
|
Loading…
Reference in New Issue
Block a user