mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -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, {
|
||||
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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue