This commit is contained in:
derpystuff 2023-12-09 00:44:47 +01:00
parent 26874ab2bf
commit 6f2ce2be4f

View file

@ -45,7 +45,7 @@ module.exports = {
author: { author: {
iconUrl: STATIC_ICONS.ai_summary, iconUrl: STATIC_ICONS.ai_summary,
name: res.response.body.title || '', name: res.response.body.title || '',
url: webUrl url: webUrl[0]
}, },
description: '- ' + res.response.body.summaries.join('\n- '), description: '- ' + res.response.body.summaries.join('\n- '),
footer: { footer: {