This commit is contained in:
Dragon Fire
2021-01-30 23:13:36 -05:00
parent 1a0d318fe1
commit f083bfa417
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = class MDNCommand extends Command {
const embed = new MessageEmbed()
.setColor(0x066FAD)
.setAuthor('MDN', 'https://i.imgur.com/DFGXabG.png', 'https://developer.mozilla.org/')
.setURL(data.mdn_url)
.setURL(`https://developer.mozilla.org${data.mdn_url}`)
.setTitle(data.title)
.setDescription(data.summary);
return msg.embed(embed);