mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Imugr Link for Yahoo Weather
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = class ForecastCommand extends Command {
|
|||||||
const forecasts = body.query.results.channel.item.forecast;
|
const forecasts = body.query.results.channel.item.forecast;
|
||||||
const embed = new RichEmbed()
|
const embed = new RichEmbed()
|
||||||
.setColor(0x0000FF)
|
.setColor(0x0000FF)
|
||||||
.setAuthor(body.query.results.channel.title, 'http://media.idownloadblog.com/wp-content/uploads/2013/12/yahoo-weather-213x220.png')
|
.setAuthor(body.query.results.channel.title, 'https://i.imgur.com/2MT0ViC.png')
|
||||||
.setURL(body.query.results.channel.link)
|
.setURL(body.query.results.channel.link)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.addField(`**${forecasts[0].day} - ${forecasts[0].date}:**`,
|
.addField(`**${forecasts[0].day} - ${forecasts[0].date}:**`,
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ module.exports = class WeatherCommand extends Command {
|
|||||||
.get(`https://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where u=\'f\' AND woeid in (select woeid from geo.places(1) where text="${query}")&format=json`);
|
.get(`https://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where u=\'f\' AND woeid in (select woeid from geo.places(1) where text="${query}")&format=json`);
|
||||||
const embed = new RichEmbed()
|
const embed = new RichEmbed()
|
||||||
.setColor(0x0000FF)
|
.setColor(0x0000FF)
|
||||||
.setAuthor(body.query.results.channel.title, 'http://media.idownloadblog.com/wp-content/uploads/2013/12/yahoo-weather-213x220.png')
|
.setAuthor(body.query.results.channel.title, 'https://i.imgur.com/2MT0ViC.png')
|
||||||
.setURL(body.query.results.channel.link)
|
.setURL(body.query.results.channel.link)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.addField('**City:**',
|
.addField('**City:**',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "18.0.1",
|
"version": "18.0.2",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user