update
This commit is contained in:
parent
a24dbc0d5b
commit
2ae08f4dbd
@ -19,7 +19,7 @@ module.exports = {
|
||||
.setTitle(`The weather for: ${location}`)
|
||||
.setTimestamp()
|
||||
.setImage(`https://wttr.in/${encodedLocation}.png`)
|
||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||
.setFooter({ text: `Provided by wttr.in`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||
await interaction.editReply({ embeds: [embed] });
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user