api key website fix.

This commit is contained in:
thedragonsinn
2024-02-12 16:37:50 +05:30
parent e70a1bd130
commit aa80ce42b1

View File

@@ -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 <a href=https://ai.google.dev/''>HERE</a> "
"\nGet it <a href='https://ai.google.dev/'>HERE</a> "
"and set GEMINI_API_KEY var."
)
return