diff --git a/index.js b/index.js index 328db2f..ad886f9 100644 --- a/index.js +++ b/index.js @@ -926,7 +926,7 @@ discord.on("interactionCreate", async (interaction) => { color: 0x00ff00, footer: { 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] });