diff --git a/app/plugins/misc/gemini.py b/app/plugins/misc/gemini.py
index b70681a..1384fee 100644
--- a/app/plugins/misc/gemini.py
+++ b/app/plugins/misc/gemini.py
@@ -83,7 +83,7 @@ async def ai_chat(bot: BOT, message: Message):
"Give an input to continue Convo and Reply to a Valid History file."
)
return
- resp = await message.reply("Loading History...")
+ resp = await message.reply("Loading History...")
try:
doc = (await reply.download(in_memory=True)).getbuffer()
history = pickle.loads(doc)