From aa80ce42b12678287a24d09ae12cd5e712647a20 Mon Sep 17 00:00:00 2001
From: thedragonsinn <98635854+thedragonsinn@users.noreply.github.com>
Date: Mon, 12 Feb 2024 16:37:50 +0530
Subject: [PATCH] api key website fix.
---
app/plugins/misc/gemini.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/plugins/misc/gemini.py b/app/plugins/misc/gemini.py
index 4575bc1..32c1a46 100644
--- a/app/plugins/misc/gemini.py
+++ b/app/plugins/misc/gemini.py
@@ -20,7 +20,7 @@ async def basic_check(message: Message):
if not Config.GEMINI_API_KEY:
await message.reply(
"Gemini API KEY not found."
- "\nGet it HERE "
+ "\nGet it HERE "
"and set GEMINI_API_KEY var."
)
return