forked from ChrisChrome/weather-bot
Fix URL
This commit is contained in:
parent
a8aebe683c
commit
64f4bc676e
2
index.js
2
index.js
|
@ -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] });
|
||||||
|
|
Loading…
Reference in a new issue