mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
LOGOS :(
This commit is contained in:
@@ -47,6 +47,7 @@ module.exports = class WeatherCommand extends Command {
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0xFF7A09)
|
||||
.setAuthor('OpenWeatherMap', 'https://i.imgur.com/tUd1MYB.png')
|
||||
.setURL(`https://openweathermap.org/city/${body.id}`)
|
||||
.setThumbnail(body.weather[0].icon ? `http://openweathermap.org/img/w/${body.weather[0].icon}.png` : null)
|
||||
.setTimestamp()
|
||||
.addField('❯ City',
|
||||
|
||||
Reference in New Issue
Block a user