mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Bug
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = class ForecastCommand extends Command {
|
|||||||
.setAuthor(data.title, 'https://i.imgur.com/B9MMbtB.png')
|
.setAuthor(data.title, 'https://i.imgur.com/B9MMbtB.png')
|
||||||
.setURL(data.link)
|
.setURL(data.link)
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
for (let i = 0; i < 6; i++) {
|
for (let i = 0; i < 7; i++) {
|
||||||
const forecast = data.item.forecast[i];
|
const forecast = data.item.forecast[i];
|
||||||
embed.addField(`❯ ${forecast.day} - ${forecast.date}`,
|
embed.addField(`❯ ${forecast.day} - ${forecast.date}`,
|
||||||
stripIndents`
|
stripIndents`
|
||||||
|
|||||||
Reference in New Issue
Block a user