From eaaa297d9ed9c23063bf8ed1b85bc257c5251750 Mon Sep 17 00:00:00 2001 From: Remora Date: Mon, 9 Feb 2026 18:59:09 +0100 Subject: [PATCH] Fix: Variable name analysis_data instead of analysis --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 795efdc..0d711e9 100644 --- a/bot.py +++ b/bot.py @@ -349,7 +349,7 @@ class LinkAnalyzerBot(discord.Client): "author": str(message.author), "message_id": message.id, "date": datetime.now().isoformat(), - "analysis": analysis, + "analysis": analysis_data, "tududi": tududi_ok, "fetch_status": fetch_result["status"] })