mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add url to the embed
This commit is contained in:
parent
24fbe2c566
commit
26874ab2bf
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ module.exports = {
|
||||||
return editOrReply(context, createEmbed("defaultNoFooter", context, {
|
return editOrReply(context, createEmbed("defaultNoFooter", context, {
|
||||||
author: {
|
author: {
|
||||||
iconUrl: STATIC_ICONS.ai_summary,
|
iconUrl: STATIC_ICONS.ai_summary,
|
||||||
name: res.response.body.title || ''
|
name: res.response.body.title || '',
|
||||||
|
url: webUrl
|
||||||
},
|
},
|
||||||
description: '- ' + res.response.body.summaries.join('\n- '),
|
description: '- ' + res.response.body.summaries.join('\n- '),
|
||||||
footer: {
|
footer: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue