This commit is contained in:
MoSiren 2024-06-18 06:47:07 +00:00
parent a8aebe683c
commit 64f4bc676e

View file

@ -926,7 +926,7 @@ discord.on("interactionCreate", async (interaction) => {
color: 0x00ff00, color: 0x00ff00,
footer: { footer: {
text: "Made by @chrischrome with <3", text: "Made by @chrischrome with <3",
icon_url: "https://cdn.discordapp.com/avatars/289884287765839882/2b00063a92adfe08f325353eee29e348.webp?size=1024&format=webp&width=0&height=5" icon_url: "https://cdn.discordapp.com/avatars/289884287765839882/2b00063a92adfe08f325353eee29e348.webp?size=1024&format=webp&width=0&height=256"
} }
} }
interaction.reply({ embeds: [embed] }); interaction.reply({ embeds: [embed] });