From 6f2ce2be4fabbe4099ad1cba5bb07cc843c5e301 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 9 Dec 2023 00:44:47 +0100 Subject: [PATCH] fix url --- commands/message/limited/summarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/limited/summarize.js b/commands/message/limited/summarize.js index 49b94e9..88e0d40 100644 --- a/commands/message/limited/summarize.js +++ b/commands/message/limited/summarize.js @@ -45,7 +45,7 @@ module.exports = { author: { iconUrl: STATIC_ICONS.ai_summary, name: res.response.body.title || '​', - url: webUrl + url: webUrl[0] }, description: '- ' + res.response.body.summaries.join('\n- '), footer: {