Fix body/content
This commit is contained in:
parent
806d70b292
commit
ecb50148b9
@ -415,7 +415,7 @@ const functions = {
|
||||
{ name: 'Clouds', value: clouds.join('\n'), inline: true },
|
||||
{ name: 'Altimeter', value: `${altim} inHg`, inline: true }
|
||||
)
|
||||
return { body: metarData.rawOb, embeds: [embed] };
|
||||
return { content: metarData.rawOb, embeds: [embed] };
|
||||
},
|
||||
datis(datisData) {
|
||||
const messageEmbed = new Discord.MessageEmbed()
|
||||
|
Loading…
Reference in New Issue
Block a user