forked from Supositware/Haha-Yes
Fix MKT for link to wallpaper
This commit is contained in:
parent
4317ed8e56
commit
1338408698
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue