1
0
Fork 0

Fix MKT for link to wallpaper

akairo
loicbersier 4 years ago
parent 4317ed8e56
commit 1338408698

@ -37,7 +37,7 @@ class wallpaperCommand extends Command {
.setColor(message.member.displayHexColor)
.setTitle('Bing wallpaper of the day')
.addField('Copyright', `[${res.copyright}](${res.copyright_link})`)
.setDescription('[1366](https://bing.biturl.top/?resolution=1366&format=image&mkt=en-US) | [1920](https://bing.biturl.top/?resolution=1920&format=image&mkt=en-US)')
.setDescription(`[1366](https://bing.biturl.top/?resolution=1366&format=image&mkt=${mkt}) | [1920](https://bing.biturl.top/?resolution=1920&format=image&mkt=${mkt})`)
.setImage(res.url);
return message.channel.send(wallpaperEmbed);

Loading…
Cancel
Save