add url to the embed

This commit is contained in:
derpystuff 2023-12-09 00:40:30 +01:00
parent 24fbe2c566
commit 26874ab2bf

View file

@ -44,7 +44,8 @@ module.exports = {
return editOrReply(context, createEmbed("defaultNoFooter", context, {
author: {
iconUrl: STATIC_ICONS.ai_summary,
name: res.response.body.title || ''
name: res.response.body.title || '',
url: webUrl
},
description: '- ' + res.response.body.summaries.join('\n- '),
footer: {